FreeBSD/src c0236bd (r355730)sys/dev/cxgbe t4_sge.c t4_sched.c, sys/dev/cxgbe/crypto t4_kern_tls.c

cxgbe(4): Use the _XT variant of the CPL used to transmit NIC traffic.

CPL_TX_PKT_XT disables the internal parser on the chip and instead
relies on the driver to provide the exact length of the L2 and L3
headers.  This allows hw checksumming and TSO to be used with L2 and
L3 encapsulations that the chip doesn't understand directly.

Note that netmap tx still uses the old CPL as it never uses the hw
to generate the checksum on tx.

Reviewed by:    jhb@
MFC after:      1 month
Sponsored by:   Chelsio Communications
Differential Revision:  https://reviews.freebsd.org/D22788
DeltaFile
+103-109sys/dev/cxgbe/t4_sge.c
+24-15sys/dev/cxgbe/crypto/t4_kern_tls.c
+1-1sys/dev/cxgbe/t4_sched.c
+128-1253 files

UnifiedSplitRaw