Re: [dpdk-dev] [DPDK v2] net/i40e: add VLAN filter feature to capability

2020-07-20 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Jeff Guo > Sent: Tuesday, July 21, 2020 11:12 AM > To: Peng, ZhihongX ; Xing, Beilei > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [DPDK v2] net/i40e: add VLAN filter feature to > capability

Re: [dpdk-dev] [DPDK v2] net/i40e: add VLAN filter feature to capability

2020-07-20 Thread Jeff Guo
Acked-by: Jeff Guo On 7/21/2020 10:45 AM, zhihongx.p...@intel.com wrote: From: Peng Zhihong 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 setti

[dpdk-dev] [DPDK v2] net/i40e: add VLAN filter feature to capability

2020-07-20 Thread zhihongx . peng
From: Peng Zhihong 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