cvs commit: src/sys/netinet ip_fw2.c

Christian S.J. Peron csjp at FreeBSD.org
Sun Feb 6 08:16:21 PST 2005


csjp        2005-02-06 16:16:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          ip_fw2.c 
  Log:
  MFC v1.88
    FreeBSD src repository
  
    Modified files:
      sys/netinet          ip_fw2.c
    Log:
    Change the state allocator from using regular malloc to using
    a UMA zone instead. This should eliminate a bit of the locking
    overhead associated with with malloc and reduce the memory
    consumption associated with each new state.
  
    Reviewed by:    rwatson, andre
    Silence on:     ipfw@
    MFC after:      1 week
  
  Revision   Changes    Path
  1.70.2.10  +7 -2      src/sys/netinet/ip_fw2.c


More information about the cvs-all mailing list