]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r218056:
authormm <mm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jun 2011 19:45:47 +0000 (19:45 +0000)
committermm <mm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jun 2011 19:45:47 +0000 (19:45 +0000)
commit5d83e8f26c15771cb991427d56f79afd244d403e
tree715dc02e067b70d7ac99f85b216103c66b2d4aeb
parente390070f9620a3e22da82111d3c4e10cf21642d4
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)

git-svn-id: svn://svn.freebsd.org/base/stable/8@222867 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/xen/netfront/netfront.c