numam-dpdk/drivers/net/avf
Zhirun Yan d31c844435 net/avf: fix Tx offload mask
Tx offload mask is updated in following commit 1037ed842c
("mbuf: fix Tx offload mask"). Currently, the new added offload
flags are not supported in PMD and application will fail to call
PMD transmit prepare function.

This patch updates AVF_TX_OFFFLOAD_MASK.

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

Signed-off-by: Zhirun Yan <zhirun.yan@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-11-16 16:28:52 +01:00
..
base net/avf/base: fix shifting 32-bit signed variable 31 times 2018-11-05 15:58:45 +01:00
avf_ethdev.c ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
avf_log.h
avf_rxtx_vec_common.h
avf_rxtx_vec_sse.c net/avf: fix missing compiler error flags 2018-09-28 01:41:02 +02:00
avf_rxtx.c eal: add macro for attribute weak 2018-10-25 02:11:23 +02:00
avf_rxtx.h net/avf: fix Tx offload mask 2018-11-16 16:28:52 +01:00
avf_vchnl.c net/avf: fix unused variables and label 2018-09-28 01:41:02 +02:00
avf.h
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_avf_version.map