> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Jeff Guo
> Sent: Tuesday, July 21, 2020 11:12 AM
> To: Peng, ZhihongX <[email protected]>; Xing, Beilei
> <[email protected]>
> Cc: [email protected]; [email protected]
> Subject: Re: [dpdk-dev] [DPDK v2] net/i40e: add VLAN filter feature to
> capability
>
> Acked-by: Jeff Guo <[email protected]>
>
> On 7/21/2020 10:45 AM, [email protected] wrote:
> > From: Peng Zhihong <[email protected]>
> >
> > 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)
Fix line should be (".....")
> > Cc: [email protected]
> >
> > Signed-off-by: Peng Zhihong <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi