]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r204228,204230:
authoryongari <yongari@FreeBSD.org>
Tue, 23 Mar 2010 19:41:43 +0000 (19:41 +0000)
committeryongari <yongari@FreeBSD.org>
Tue, 23 Mar 2010 19:41:43 +0000 (19:41 +0000)
commit17b8b8c8340aa6dac27ef12a9ebbbf556459d23a
tree6964205b92abe11fd677c2f665d2c6fb7e0130e5
parent590721a4c997bed8b42ab047cf4f856cf027ce96
MFC r204228,204230:
r204228:
  Add TSO support on VLANs. Also make sure to update TSO capability
  whenever jumbo frame is configured.
  While I'm here remove unnecessary check of VLAN hardware checksum
  offloading. vlan(4) already takes care of this.

r204230:
  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.
sys/dev/alc/if_alc.c