net/i40e: fix offload flag checking in simple Tx
authorAlvin Zhang <alvinx.zhang@intel.com>
Tue, 11 May 2021 08:45:31 +0000 (16:45 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Wed, 12 May 2021 08:50:36 +0000 (10:50 +0200)
commit752ab161bdb7cffef1e026847428ddafc1bad6c6
tree4c4db43c111db5922afcd5efe6bfb65ea3be430d
parent39ecdd3dfa15d5ac591ce8d77d362480bff32355
net/i40e: fix offload flag checking in simple Tx

Tx offload flags 'PKT_TX_IPV6, PKT_TX_IPV4, PKT_TX_OUTER_IPV6,
PKT_TX_OUTER_IPV4' are supported in simple datapath.

This patch removes these offload flags from packet checking in simple
Tx datapath and defines 2 macro I40E_TX_OFFLOAD_SIMPLE_SUP_MASK
and I40E_TX_OFFLOAD_SIMPLE_NOTSUP_MASK.

Fixes: 146ffa81d05e ("net/i40e: add Tx preparation for simple Tx datapath")
Cc: stable@dpdk.org
Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
Acked-by: Leyi Rong <leyi.rong@intel.com>
drivers/net/i40e/i40e_rxtx.c