cvs commit: src/sys/netinet ip_divert.c raw_ip.c tcp_hostcache.c tcp_subr.c tcp_syncache.c udp_usrreq.c

Bosko Milekic bmilekic at FreeBSD.org
Wed Aug 11 10:50:53 PDT 2004


Please be careful here.  The reason they were NOFREE before was because
the original zone code was implicitly nofree.  If these structures need
to be type stable, then you just broke them with this commit.  So are
you sure that they absolutely do not need to be type stable?

-Bosko


andre       2004-08-11 17:08:32 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_divert.c raw_ip.c tcp_hostcache.c
                         tcp_subr.c tcp_syncache.c udp_usrreq.c
  Log:
  Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and
  TCP code.  This flag would have prevented giving back excessive free slabs
  to the global pool after a transient peak usage.



More information about the cvs-src mailing list