Hi, > -----Original Message----- > From: Yang, SteveX <[email protected]> > Sent: Thursday, July 28, 2022 5:08 PM > To: [email protected] > Cc: Zhang, Yuying <[email protected]>; Xing, Beilei > <[email protected]>; Yang, Qiming <[email protected]>; Yang, SteveX > <[email protected]> > Subject: [PATCH v1] doc: add known issue in i40e guide
Specify the detail of this known issue in the title. Add key words such as "vlan filter" and "vf"'. > > Add a known issue: configuring VLAN filters from VF is unsupported for driver > 2.17.15. > > Signed-off-by: Steve Yang <[email protected]> > --- > doc/guides/nics/i40e.rst | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index > 4875774346..abb99406b3 100644 > --- a/doc/guides/nics/i40e.rst > +++ b/doc/guides/nics/i40e.rst > @@ -731,6 +731,13 @@ Vlan strip of VF > > The VF vlan strip function is only supported in the i40e kernel driver >= > 2.1.26. > > +Vlan filtering of VF > +~~~~~~~~~~~~~~~~~~~~ > + > +For i40e driver 2.17.15, configuring VLAN filters from the DPDK VF is > unsupported. > +Workaround: When applying VLAN filters on the VF it must first be > +configured from the corresponding PF. Delete " Workaround". > + > DCB function > ~~~~~~~~~~~~ > > -- > 2.25.1

