From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 61714A0BC for ; Wed, 2 Aug 2017 03:02:15 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2017 18:02:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,309,1498546800"; d="scan'208";a="114515720" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 01 Aug 2017 18:02:13 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 1 Aug 2017 18:02:13 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 1 Aug 2017 18:02:13 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.197]) by shsmsx102.ccr.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0319.002; Wed, 2 Aug 2017 09:02:10 +0800 From: "Xing, Beilei" To: Olivier MATZ CC: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/i40e: add VLAN stripping support for VF Thread-Index: AQHS9J9Mie1+/qOv/0G9mdqtbizURaJovhMAgAetFbA= Date: Wed, 2 Aug 2017 01:02:09 +0000 Message-ID: <94479800C636CB44BD422CB454846E0131FF4029@SHSMSX101.ccr.corp.intel.com> References: <1499156776-15091-1-git-send-email-beilei.xing@intel.com> <20170728134322.364d73b2@neon> In-Reply-To: <20170728134322.364d73b2@neon> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: add VLAN stripping support for VF 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: Wed, 02 Aug 2017 01:02:15 -0000 Hi Olivier, > -----Original Message----- > From: Olivier MATZ [mailto:olivier.matz@6wind.com] > Sent: Friday, July 28, 2017 7:43 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: add VLAN stripping support for = VF >=20 > Hi Beilei, >=20 > On Tue, 4 Jul 2017 16:26:16 +0800 > Beilei Xing wrote: >=20 > > VLAN stripping configuration is supported only for DPDK PF previously. > > Since kernel PF supports VLAN stripping now, this patch adds VLAN > > stripping support for both DPDK PF and kernel PF. > > >=20 > If I understand correctly, enabling/disabling vlan stripping should now w= ork > with a kernel PF, is that correct? Which version of the driver should we = use? I > don't see any definition for VIRTCHNL_OP_ENABLE_VLAN_STRIPPING in the > latest kernel or in the sourceforge driver. >=20 I'm sorry that the description caused confusion, the driver is not released= , the most recent build of the i40e PF driver should be 2.1.26. Beilei