net/sfc: fix inner TCP/UDP checksum offload control
authorAndrew Rybchenko <arybchenko@solarflare.com>
Thu, 10 May 2018 11:59:42 +0000 (12:59 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 21:31:52 +0000 (22:31 +0100)
commit4436cf988bfd046a49666a34cf55587997ba263c
tree0745d072e9cf2f6a5dbe2300d94fa2a3ea58906f
parentdbb36bb2a1b64cad5ca7c31204c9792d1c6a466d
net/sfc: fix inner TCP/UDP checksum offload control

If application uses Tx offload API and sets ETH_TXQ_FLAGS_IGNORE flag,
it still should have inner TCP/UDP checksum offload enabled if it is
supported and TCP/UDP checksum offload is requested.

Fixes: c78d280e88ef ("net/sfc: convert to new Tx offload API")
Cc: stable@dpdk.org
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc_tx.c