From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1BF301B6A9 for ; Fri, 3 Nov 2017 16:36:48 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 03 Nov 2017 08:36:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,339,1505804400"; d="scan'208";a="1213920736" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga001.fm.intel.com with ESMTP; 03 Nov 2017 08:36:47 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 3 Nov 2017 15:36:46 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by irsmsx112.ger.corp.intel.com ([169.254.1.12]) with mapi id 14.03.0319.002; Fri, 3 Nov 2017 15:36:46 +0000 From: "Mcnamara, John" To: "Xing, Beilei" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: add limitation of VF VLAN strip function Thread-Index: AQHTVFWIQR1GgZct7EWB4rGsYyDDeaMCyhfw Date: Fri, 3 Nov 2017 15:36:45 +0000 Message-ID: References: <1509680456-51822-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1509680456-51822-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzFmMzQ3MjEtY2M0Mi00MGE4LTllMTItN2IwODkxNDljZjZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpjR3FNWkRyTWFiR1V5WjJuRE5COElVcmUrWERNMjBZd2wwS0pFdGZBdDQ9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add limitation of VF VLAN strip function X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2017 15:36:49 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Friday, November 3, 2017 3:41 AM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add limitation of VF VLAN strip function >=20 > This patch adds limitation of VF VLAN strip function. >=20 > Signed-off-by: Beilei Xing > --- > doc/guides/nics/i40e.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > 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. >=20 > setpci -s a8.w=3D >=20 > +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 >=3D= 2.1.26. However, the existing text is probably okay so: Acked-by: John McNamara