freebsd-dev/sys/dev/sfxge
Andrew Rybchenko 22bc53cb48 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.

Reviewed by:    gnn
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
Differential Revision: https://reviews.freebsd.org/D2546
2015-05-15 06:49:43 +00:00
..
common sfxge: do not check MCDI status word 2015-03-23 15:52:57 +00:00
sfxge_dma.c sfxge: use goto to cleanup to avoid duplicate cleanup code 2015-02-24 06:08:55 +00:00
sfxge_ev.c sfxge: expect required init_state on data path and in periodic calls 2015-02-27 07:39:09 +00:00
sfxge_intr.c sfxge: expect required init_state on data path and in periodic calls 2015-02-27 07:39:09 +00:00
sfxge_mcdi.c sfxge: make lock names unique 2015-02-05 11:39:15 +00:00
sfxge_port.c sfxge: add missing const qualifier to sfxge_link_mode 2015-05-14 12:59:17 +00:00
sfxge_rx.c sfxge: LRO may be done only if checksums are OK 2015-05-15 06:48:36 +00:00
sfxge_rx.h Unbreak 'make depend' with sfxge by removing debugging code activated in the 2015-02-28 21:50:04 +00:00
sfxge_tx.c sfxge: advertise IPv6 Rx and Tx checksum offload support 2015-05-14 14:16:09 +00:00
sfxge_tx.h sfxge: remove obsolete Tx non-multi queue support 2015-03-23 15:47:37 +00:00
sfxge_version.h sfxge: set correct RSS hash type instead of opaque 2015-03-28 10:20:20 +00:00
sfxge.c sfxge: do not change CSUM_TSO when IFCAP_TSOx is changed 2015-05-15 06:49:43 +00:00
sfxge.h sfxge: cleanup: add a blank line before each #if to improve readability 2015-03-24 11:25:19 +00:00