numam-dpdk/drivers/net/e1000
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/e1000/base: fix uninitialized variable 2018-11-14 00:35:53 +01:00
e1000_ethdev.h net/e1000: fix queue number in RSS configuration 2018-09-28 01:41:01 +02:00
e1000_logs.c net/e1000: fix build of igb only 2018-05-23 00:35:01 +02:00
e1000_logs.h net/e1000: fix build of igb only 2018-05-23 00:35:01 +02:00
em_ethdev.c ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
em_rxtx.c drivers/net: fix several Tx prepare functions 2018-12-13 17:53:50 +00:00
igb_ethdev.c net/igb: fix LSC interrupt when using MSI-X 2018-12-03 12:57:33 +00:00
igb_flow.c net/e1000: fix queue number in RSS configuration 2018-09-28 01:41:01 +02:00
igb_pf.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
igb_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
igb_rxtx.c net/igb: update Tx offload mask 2018-11-05 15:01:25 +01:00
Makefile drivers/net: use sleep delay by default for Intel NICs 2018-10-26 22:14:06 +02:00
meson.build drivers/net: use sleep delay by default for Intel NICs 2018-10-26 22:14:06 +02:00
rte_pmd_e1000_version.map e1000: move to drivers/net/ 2015-05-22 15:51:38 +02:00