> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Beilei Xing > Sent: Friday, November 3, 2017 3:41 AM > To: Wu, Jingjing <jingjing...@intel.com> > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add limitation of VF VLAN strip function > > This patch adds limitation of VF VLAN strip function. > > Signed-off-by: Beilei Xing <beilei.x...@intel.com> > --- > doc/guides/nics/i40e.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index > 05c1875..214fada 100644 > --- a/doc/guides/nics/i40e.rst > +++ b/doc/guides/nics/i40e.rst > @@ -478,6 +478,11 @@ enabled using the steps below. > > setpci -s <XX:XX.X> a8.w=<value> > > +Vlan strip of VF > +~~~~~~~~~~~~~~~~ > + > +VF vlan strip function is supported from i40e kernel driver 2.1.26. > + > High Performance of Small Packets on 40G NIC > --------------------------------------------
Probably would be slightly better as: The VF vlan strip function is only supported in the i40e kernel driver >= 2.1.26. However, the existing text is probably okay so: Acked-by: John McNamara <john.mcnam...@intel.com>