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 5E4E52949 for ; Fri, 11 Mar 2016 03:36:41 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 10 Mar 2016 18:36:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,318,1455004800"; d="scan'208";a="921449900" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 10 Mar 2016 18:36:40 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 10 Mar 2016 18:36:40 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.232]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.42]) with mapi id 14.03.0248.002; Fri, 11 Mar 2016 10:36:38 +0800 From: "Lu, Wenzhuo" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/2] i40e setting ether type of VLANs Thread-Index: AQHReusWwMhVYjGiNEmXczBCBARE059Thzwg Date: Fri, 11 Mar 2016 02:36:38 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090343A31A@shsmsx102.ccr.corp.intel.com> References: <1457338370-32744-1-git-send-email-helin.zhang@intel.com> <1457627793-8491-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1457627793-8491-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmU1MDRlMjEtNzc1ZC00MWNlLWJlYmItZGIyZmRhYTFiMjA2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJZMjdtd0orUnNiVzhtWExmd1lqUUhBbXlhWEg2K2J0ZnNkdzN1WnFGRERBPSJ9 x-ctpclassification: CTP_PUBLIC 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 v3 0/2] i40e setting ether type of VLANs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 02:36:41 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Helin Zhang > Sent: Friday, March 11, 2016 12:37 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] i40e setting ether type of VLANs >=20 > It adds setting ether type of both single VLAN(inner VLAN) and outer VLAN > for i40e. For ixgbe and e1000/igb, it supports setting single VLAN(inner = VLAN) > only, and can be extended in the future. >=20 > The patch set was branched off rel_16_04 of repo dpdk-next-net, on below > commit. > commit 5cfa5d194a8a45176e70af05719f7e3b136868be > Author: Zhe Tao > Date: Thu Mar 10 15:26:22 2016 +0000 > ixgbe: fix ixgbevf RX/TX function assignment >=20 > v3: > - Used versioning mechanism to avoid ABI issue. > - re-organized the patch set. >=20 > v2: > - Used RTE_NEXT_ABI to avoid ABI change issue. > - Reworked the announcement of ABI change for release 16.07. > - Fixed a i40e overflow issue. >=20 > Helin Zhang (2): > ethdev: add vlan type for setting ether type > i40e: fix the overflow issue >=20 > app/test-pmd/cmdline.c | 30 +++++++++++----- > app/test-pmd/config.c | 9 ++--- > app/test-pmd/testpmd.h | 3 +- > doc/guides/rel_notes/release_16_04.rst | 4 +++ > drivers/net/e1000/igb_ethdev.c | 21 +++++++++--- > drivers/net/i40e/i40e_ethdev.c | 63 > +++++++++++++++++++++++++++++++--- > drivers/net/i40e/i40e_rxtx.c | 4 +-- > drivers/net/ixgbe/ixgbe_ethdev.c | 19 +++++++--- > lib/librte_ether/rte_ethdev.c | 25 ++++++++++++-- > lib/librte_ether/rte_ethdev.h | 23 +++++++++++-- > lib/librte_ether/rte_ether_version.map | 7 ++++ > 11 files changed, 175 insertions(+), 33 deletions(-) Acked-by: Wenzhuo Lu If you can update the doc/guides/testpmd_app_ug/testpmd_funcs.rst for the C= LI change. >=20 > -- > 2.5.0