numam-dpdk/drivers/net/atlantic
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
..
hw_atl net/atlantic: add b0 hardware layer 2018-10-18 10:24:39 +02:00
atl_common.h net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00
atl_ethdev.c net/atlantic: read MAC registers for debug purposes 2018-10-18 10:24:39 +02:00
atl_ethdev.h net/atlantic: implement RSS and RETA manipulation API 2018-10-18 10:24:39 +02:00
atl_hw_regs.c net/atlantic: add hardware registers access routines 2018-10-18 10:24:39 +02:00
atl_hw_regs.h net/atlantic: add hardware registers access routines 2018-10-18 10:24:39 +02:00
atl_logs.h net/atlantic: add logging structure 2018-10-18 10:24:39 +02:00
atl_rxtx.c drivers/net: fix several Tx prepare functions 2018-12-13 17:53:50 +00:00
atl_types.h net/atlantic: implement VLAN filters and offloads 2018-10-18 10:24:39 +02:00
Makefile net/atlantic: implement Rx path 2018-10-18 10:24:39 +02:00
meson.build net/atlantic: implement core logic for Tx/Rx 2018-10-18 10:24:39 +02:00
rte_pmd_atlantic_version.map net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00