numam-dpdk/drivers/net/fm10k
Didier Pallard d6db681bf9 drivers/net: fix several Tx prepare functions
Since below commit, several tx_prep functions are broken, they fail to
pass supported Tx offload features check:
PKT_TX_IPVx must be set when any PKT_TX_L4 checksum is requested,
but these values are not present in the mask of supported Tx offloads
of several drivers that advertise PKT_TX_L4_MASK.
So any packet sent to those drivers with a L4 checksum request and
one of PKT_TX_IPVx bit set is rejected by the tx prepare function.

Fixes: 1037ed842c ("mbuf: fix Tx offload mask")
Cc: stable@dpdk.org

Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-12-13 17:53:50 +00:00
..
base net/*/base: allow use of experimental APIs in base code 2018-09-28 01:41:01 +02:00
fm10k_ethdev.c eal: fix build 2018-11-12 13:27:02 +01:00
fm10k_logs.h net/fm10k: implement dynamic logging 2018-01-16 18:47:49 +01:00
fm10k_rxtx_vec.c net/fm10k: convert to new Tx offloads API 2018-04-14 00:40:21 +02:00
fm10k_rxtx.c drivers/net: fix several Tx prepare functions 2018-12-13 17:53:50 +00:00
fm10k.h net/fm10k: remove unused constant 2018-07-04 21:50:27 +02:00
Makefile drivers/net: fix icc deprecated parameter warning 2018-04-14 00:43:30 +02:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_pmd_fm10k_version.map fm10k: move to drivers/net/ 2015-05-22 16:06:22 +02:00