cvs commit: src/sys/dev/em if_em.c
Andre Oppermann
andre at FreeBSD.org
Fri Sep 29 06:33:34 PDT 2006
andre 2006-09-29 13:33:30 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Change em_tso_setup() to deal with already inserted vlan headers, IP options
and add skeleton IPv6 support. The new code structure can also be easily
enhanced to support new/more protocols (SCTP) and IP fragmentation in the
future.
In em_encap() only try to do TSO if 'dotso' is true.
Reviewed by: jfv
Revision Changes Path
1.150 +120 -36 src/sys/dev/em/if_em.c
More information about the cvs-src
mailing list