Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2010 17:50:02 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_reass.c tcp_subr.c tcp_timewait.c tcp_var.h
Message-ID:  <201003271750.o2RHoPP7070981@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-03-27 17:50:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          tcp_reass.c tcp_subr.c tcp_timewait.c 
                         tcp_var.h 
  Log:
  SVN rev 205761 on 2010-03-27 17:50:02Z by bz
  
  MFC r204838:
  
    Destroy TCP UMA zones (empty or not) upon network stack teardown
    to not leak them, otherwise making UMA/vmstat unhappy with every
    stoped vnet.
    We will still leak pages (especially for zones marked NOFREE).
  
    Reshuffle cleanup order in tcp_destroy() to get rid of what we can
    easily free first.
  
    Reviewed by:  rwatson
  
  Revision   Changes    Path
  1.364.2.2  +9 -0      src/sys/netinet/tcp_reass.c
  1.350.2.2  +7 -1      src/sys/netinet/tcp_subr.c
  1.307.2.3  +2 -0      src/sys/netinet/tcp_timewait.c
  1.182.2.3  +3 -0      src/sys/netinet/tcp_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003271750.o2RHoPP7070981>