freebsd_amp_hwpstate/sys/dev/xen/netfront
Justin T. Gibbs 8577146eac 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
2011-01-29 02:36:45 +00:00
..
mbufq.h
netfront.c Fix bug in the netfront driver that caused excessive packet drops during 2011-01-29 02:36:45 +00:00