Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2009 15:32:23 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet igmp.c
Message-ID:  <200904041532.n34FWRTo075470@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2009-04-04 15:32:23 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          igmp.c 
  Log:
  SVN rev 190692 on 2009-04-04 15:32:23Z by bms
  
  Fix mbuf chain layout pessimization:
   in the case where a single mbuf is allocated due to
   m_getcl() returning NULL, we already call MH_ALIGN,
   so do not increment m->m_data in this case.
  
  Found during MLDv2 port.
  
  Revision  Changes    Path
  1.67      +8 -4      src/sys/netinet/igmp.c



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