From: Zhihong Peng Date: Tue, 21 Jul 2020 02:45:28 +0000 (-0400) Subject: net/i40e: report VLAN filter capability X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=664c253e7f9d4eab460fa61458e1640a1c1caea7;hp=664c253e7f9d4eab460fa61458e1640a1c1caea7;p=dpdk.git 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: e0cb96204b71 ("net/i40e: add support for representor ports") Cc: stable@dpdk.org Signed-off-by: Zhihong Peng Acked-by: Jeff Guo ---