]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove Tx mbuf parsing code for VLAN in TSO path. Controller does
authoryongari <yongari@FreeBSD.org>
Mon, 22 Feb 2010 21:03:15 +0000 (21:03 +0000)
committeryongari <yongari@FreeBSD.org>
Mon, 22 Feb 2010 21:03:15 +0000 (21:03 +0000)
commite524f2b3a55a19089d9a3da466fc40ea9a5bf3d6
tree167fff7364a9796de2d68abaa7dad10ef55e5f2c
parent932d8e0a7f96b2a8772b0dfe08a867b4f5186963
Remove Tx mbuf parsing code for VLAN in TSO path. Controller does
not support TSO over VLAN if VLAN hardware tagging is disabled so
there is no need to check VLAN here.
While I'm here make sure to pullup IP/TCP headers in the first
buffer.
sys/dev/bge/if_bge.c