Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2011 19:45:47 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/xen/netfront netfront.c
Message-ID:  <201106081946.p58Jk36U039724@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

mm          2011-06-08 19:45:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/xen/netfront netfront.c 
  Log:
  SVN rev 222867 on 2011-06-08 19:45:47Z by mm
  
  MFC r218056:
  
  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.
  
  Approved by:    gibbs (private e-mail)
  
  Revision  Changes    Path
  1.24.2.4  +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?201106081946.p58Jk36U039724>