Home
last modified time | relevance | path

Searched hist:"8577146 eac8b38834e920c7e87f09f8c481b6f76" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/netfront/
H A Dnetfront.cdiff 8577146eac8b38834e920c7e87f09f8c481b6f76 Sat Jan 29 03:36:45 CET 2011 Justin T. Gibbs <gibbs@FreeBSD.org> 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