Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2011 02:36:45 +0000 (UTC)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/xen/netfront netfront.c
Message-ID:  <201101290237.p0T2b6DA004343@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2011-01-29 02:36:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xen/netfront netfront.c 
  Log:
  SVN rev 218056 on 2011-01-29 02:36:45Z by gibbs
  
  Fix bug in the netfront driver that caused excessive packet drops during
  receive processing.
  
  Remove unnecessary restrictions on the mbuf chain length built during an
  LRO receive.  This restriction was copied from the Linux netfront driver
  where the LRO implementation cannot handle more than 18 discontinuities.
  The FreeBSD implementation has no such restriction.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.32      +1 -12     src/sys/dev/xen/netfront/netfront.c



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