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 7E6BF106B for ; Wed, 4 Mar 2015 00:52:39 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 03 Mar 2015 15:52:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,684,1418112000"; d="scan'208";a="462131665" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by FMSMGA003.fm.intel.com with ESMTP; 03 Mar 2015 15:46:24 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by IRSMSX106.ger.corp.intel.com ([169.254.8.235]) with mapi id 14.03.0195.001; Tue, 3 Mar 2015 23:52:36 +0000 From: "De Lara Guarch, Pablo" To: "Ouyang, Changchun" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] testpmd: HW vlan command Thread-Index: AQHQR4VH4KBd/4FovEq0I7PWkxR3/p0Liwrw Date: Tue, 3 Mar 2015 23:52:36 +0000 Message-ID: References: <1423829023-32707-1-git-send-email-changchun.ouyang@intel.com> In-Reply-To: <1423829023-32707-1-git-send-email-changchun.ouyang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] testpmd: HW vlan command 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: Tue, 03 Mar 2015 23:52:40 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ouyang Changchun > Sent: Friday, February 13, 2015 12:04 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] testpmd: HW vlan command >=20 > This patch enables testpmd user can config port hw_vlan with more fine > granularity: > hw vlan filter, hw vlan strip, and hw vlan extend. >=20 > Don't remove the original command(hw-vlan) considering that some user sti= ll > want to use > only one command to switch on/off all 3 options. >=20 > Signed-off-by: Changchun Ouyang Acked-by: Pablo de Lara