numam-dpdk/drivers/net/i40e
Xiaoyun Li 745d58e0df net/i40e: fix CRC strip enabling
New testpmd will get CRC strip offload from rx_offload_capa. I40evf
cannot disable CRC strip. And in fact, it is enabled by PF. This
patch solves the issue by adding CRC strip flag into rx_offload_capa
in i40e and i40evf.

Fixes: 8b9bd0efe0 ("app/testpmd: disable Rx VLAN offloads by default")

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
2018-02-05 13:40:10 +01:00
..
base build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
i40e_ethdev_vf.c net/i40e: fix CRC strip enabling 2018-02-05 13:40:10 +01:00
i40e_ethdev.c net/i40e: fix CRC strip enabling 2018-02-05 13:40:10 +01:00
i40e_ethdev.h net/i40e: move RSS to flow API 2018-01-16 18:47:49 +01:00
i40e_fdir.c net/i40e: fix memory leak 2018-01-29 10:04:28 +01:00
i40e_flow.c net/i40e: fix flow RSS return error 2018-01-31 20:57:29 +01:00
i40e_logs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_pf.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_pf.h net/i40e: support AVF basic interface 2018-01-16 18:47:49 +01:00
i40e_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_rxtx_vec_altivec.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx_vec_avx2.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx_vec_common.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx_vec_neon.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx_vec_sse.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
i40e_rxtx.h net/i40e: add AVX2 Rx function 2018-01-16 18:47:49 +01:00
i40e_tm.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile net/i40e: add AVX2 Tx function 2018-01-16 18:47:49 +01:00
meson.build net/i40e: fix dependencies for AVX2 build with meson 2018-02-01 12:45:49 +01:00
rte_pmd_i40e_version.map net/i40e: support input set configuration 2018-01-16 18:47:49 +01:00
rte_pmd_i40e.c net/i40e: fix fail to update packet type table 2018-01-21 15:51:52 +01:00
rte_pmd_i40e.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00