numam-dpdk/drivers/net/i40e
Zhihong Peng 664c253e7f net/i40e: report VLAN filter capability
The rte_eth_dev_set_vlan_offload function will check vlan rx offload
capability, the i40e vf has vlan filter feature but
DEV_RX_OFFLOAD_VLAN_FILTER is not set into the capability, that will
cause setting fail. So need to add this capability in
i40e_vf_representor_dev_infos_get function.

Fixes: e0cb96204b ("net/i40e: add support for representor ports")
Cc: stable@dpdk.org

Signed-off-by: Zhihong Peng <zhihongx.peng@intel.com>
Acked-by: Jeff Guo <jia.guo@intel.com>
2020-07-21 13:54:54 +02:00
..
base net/i40e/base: update copyright 2020-05-18 20:35:57 +02:00
i40e_ethdev_vf.c net/i40e: fix queue pairs configuration in VF 2020-07-17 18:21:21 +02:00
i40e_ethdev.c net/i40e: fix flow director Rx writeback packet 2020-07-21 13:54:54 +02:00
i40e_ethdev.h net/i40e: fix flow director Rx writeback packet 2020-07-21 13:54:54 +02:00
i40e_fdir.c net/i40e: fix flow director Rx writeback packet 2020-07-21 13:54:54 +02:00
i40e_flow.c net/i40e: fix filter pctype 2020-07-21 13:54:54 +02:00
i40e_logs.h net/i40e: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:58 +02:00
i40e_pf.c net/i40e: limit the number of VF messages 2019-10-07 15:00:56 +02: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 eal/ppc: fix bool type after altivec include 2020-05-06 11:45:13 +02:00
i40e_rxtx_vec_avx2.c net/i40e: fix clang build with 16B descriptors 2019-11-20 17:36:05 +01:00
i40e_rxtx_vec_common.h net/i40e: fix setting L2TAG 2020-05-22 17:10:15 +02:00
i40e_rxtx_vec_neon.c introduce restricted pointer aliasing marker 2020-07-10 15:35:32 +02:00
i40e_rxtx_vec_sse.c replace cold attributes 2020-04-16 18:30:58 +02:00
i40e_rxtx.c net/i40e: optimize flow director update rate 2020-07-21 13:54:54 +02:00
i40e_rxtx.h net/i40e: optimize flow director update rate 2020-07-21 13:54:54 +02:00
i40e_tm.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_vf_representor.c net/i40e: report VLAN filter capability 2020-07-21 13:54:54 +02:00
Makefile net/i40e: support aarch32 2020-06-30 14:52:30 +02:00
meson.build net/i40e: enable NEON Rx/Tx in meson 2020-06-05 13:10:19 +02:00
rte_pmd_i40e_version.map net/i40e: add private APIs for flow filtering 2020-07-11 06:18:52 +02:00
rte_pmd_i40e.c net/i40e: add private APIs for flow filtering 2020-07-11 06:18:52 +02:00
rte_pmd_i40e.h drivers/net: fix exposing internal headers 2020-07-11 06:18:54 +02:00