numam-dpdk/drivers/net
Didier Pallard e51da4bbaf net/i40e: revert fix offload not supported mask
This reverts
commit 09a62d7569 ("net/i40e: fix offload not supported mask")

Contrary to what is said in above patch commit log,
I40E_TX_OFFLOAD_NOTSUP_MASK is the mask of Tx offload bits that are part
of PKT_TX_OFFLOAD_MASK but not included in I40E_TX_OFFLOAD_MASK.
Above patch erroneously includes all PKT_RX_OFFLOAD_ bits in the
I40E_TX_OFFLOAD_NOTSUP_MASK, this is not what is expected.
Restore the initial xor that gives the expected result.

Fixes: 09a62d7569 ("net/i40e: fix offload not supported mask")
Cc: stable@dpdk.org

Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2018-12-13 18:17:42 +00:00
..
af_packet ethdev: remove release function for secondary process 2018-10-26 22:14:05 +02:00
ark ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
atlantic drivers/net: fix several Tx prepare functions 2018-12-13 17:53:50 +00:00
avf net/avf: fix Tx offload mask 2018-11-16 16:28:52 +01:00
avp fix indentation in symbol maps 2018-11-26 20:16:46 +01:00
axgbe fix indentation in symbol maps 2018-11-26 20:16:46 +01:00
bnx2x net/bnx2x: cleanup info logs 2018-12-13 16:31:06 +00:00
bnxt net/bnxt: fix uninitialized variable access 2018-11-05 18:54:48 +01:00
bonding fix indentation in symbol maps 2018-11-26 20:16:46 +01:00
cxgbe net/cxgbe: fix control queue mbuf pool naming convention 2018-12-13 17:46:58 +00:00
dpaa ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
dpaa2 ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
e1000 drivers/net: fix several Tx prepare functions 2018-12-13 17:53:50 +00:00
ena drivers/net: fix several Tx prepare functions 2018-12-13 17:53:50 +00:00
enetc ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
enic net/enic: support multicast filtering 2018-12-13 17:52:54 +00:00
failsafe drivers: prefix global variables with module name 2018-10-29 02:34:21 +01:00
fm10k drivers/net: fix several Tx prepare functions 2018-12-13 17:53:50 +00:00
i40e net/i40e: revert fix offload not supported mask 2018-12-13 18:17:42 +00:00
ifc net/ifcvf: fix typo on struct name 2018-12-13 16:40:25 +00:00
ixgbe net/ixgbe: fix overwriting RSS RETA 2018-12-13 16:40:25 +00:00
kni ethdev: remove release function for secondary process 2018-10-26 22:14:05 +02:00
liquidio ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
mlx4 net/mlx4: fix possible uninitialized variable 2018-11-23 01:43:39 +01:00
mlx5 net/mlx5: fix validation of Rx queue number 2018-12-13 17:44:52 +00:00
mvneta ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
mvpp2 net/mvpp2: fix possible uninitialized variable access 2018-11-16 11:13:51 +01:00
netvsc net/netvsc: fix VF link update 2018-11-05 20:10:54 +01:00
nfp net/nfp: support multiprocess 2018-12-13 17:53:50 +00:00
null ethdev: remove release function for secondary process 2018-10-26 22:14:05 +02:00
octeontx net/octeontx: fix failures when available ports > queues 2018-11-16 12:03:54 +01:00
pcap net/pcap: enable data path for secondary process 2018-11-16 16:56:19 +01:00
qede net/qede: fix Tx offload mask 2018-11-22 10:31:25 +01:00
ring ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
sfc net/sfc/base: fix field order in filter spec struct 2018-11-14 00:35:53 +01:00
softnic net/softnic: fix undefined device info fields 2018-11-21 16:23:56 +01:00
szedata2 ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
tap net/tap: fix probe for multiq or flowq failure 2018-11-14 00:35:53 +01:00
thunderx net/thunderx: fix Tx desc corruption in scatter-gather mode 2018-11-14 00:35:53 +01:00
vdev_netvsc net/vdev_netvsc: get rid of unnecessary debug log message 2018-12-13 16:31:06 +00:00
vhost net/vhost: fix parameters string 2018-11-05 15:01:25 +01:00
virtio net/virtio: move bytes accounting to common function 2018-12-13 18:17:42 +00:00
vmxnet3 drivers/net: fix several Tx prepare functions 2018-12-13 17:53:50 +00:00
Makefile net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00
meson.build net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00