freebsd-src/sys/dev/sge
Pyun YongHyeon 65329b3111 Implement TSO and TSO over VLAN. Increase number of allowed
fragmentation of mbuf chain to 32 from 16 because TSO can send 64KB
sized packet which in turn requires long list of mbuf chain. Due to
lack of documentation, I'm not sure whether driver have to pull up
ethernet/IP/TCP header with options to make controller work but
driver have to parse TCP header to update pseudo TCP checksum
anyway. The controller expects pseudo TCP checksum computed by
upper stack and the checksum should follow the MS NDIS
specification to make TSO work.

Tested by:	xclin <xclin <> cs dot nctu dot edu dot tw >
2010-05-10 17:14:14 +00:00
..
if_sge.c Implement TSO and TSO over VLAN. Increase number of allowed 2010-05-10 17:14:14 +00:00
if_sgereg.h Implement TSO and TSO over VLAN. Increase number of allowed 2010-05-10 17:14:14 +00:00