]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r282941
authorarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 May 2015 09:06:41 +0000 (09:06 +0000)
committerarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 May 2015 09:06:41 +0000 (09:06 +0000)
commit47108ccbe4e6828a80e7c09c9d163603d402ad2a
tree7b5c51f22dc3a00356f96169fc2f30f04e35d14d
parent7916adbe7d85acf3a4f4de5098e12a03914aa7ce
MFC: r282941

sfxge: do not change CSUM_TSO when IFCAP_TSOx is changed

It is simply not required since the kernel checks corresponding
IFCAP_TSOx capability and CSUM_TSO in hw-assisted offloads.
Note that CSUM_TSO is two bits (CSUM_IP_TSO|CSUM_IP6_TSO) and both bits
are set in IPv4 and IPv6 mbufs.

Sponsored by:   Solarflare Communications, Inc.

git-svn-id: svn://svn.freebsd.org/base/stable/10@283207 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sfxge/sfxge.c