From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B09B811C5 for ; Fri, 6 Mar 2015 09:09:13 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 06 Mar 2015 00:06:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,351,1422950400"; d="scan'208";a="661324500" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by orsmga001.jf.intel.com with ESMTP; 06 Mar 2015 00:09:12 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 6 Mar 2015 16:09:06 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.62]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.46]) with mapi id 14.03.0195.001; Fri, 6 Mar 2015 16:09:04 +0800 From: "Ouyang, Changchun" To: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] Thread-Index: AQHQV+Of7HrJFFd2W0ij6PWfq45zpJ0PGYVA Date: Fri, 6 Mar 2015 08:09:04 +0000 Message-ID: References: <1423829023-32707-1-git-send-email-changchun.ouyang@intel.com> <1425628813-1546-1-git-send-email-changchun.ouyang@intel.com> In-Reply-To: <1425628813-1546-1-git-send-email-changchun.ouyang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 v2 0/2] 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, 06 Mar 2015 08:09:14 -0000 > -----Original Message----- > From: Ouyang, Changchun > Sent: Friday, March 6, 2015 4:00 PM > To: dev@dpdk.org > Cc: Butler, Siobhan A; De Lara Guarch, Pablo; Cao, Waterman; Ouyang, > Changchun > Subject: [PATCH v2 0/2] >=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 > Update testpmd doc accordingly. >=20 > Changchun Ouyang (2): > testpmd: HW vlan command > doc: Update for new HW vlan command >=20 > app/test-pmd/cmdline.c | 36 +++++++++++++++++++++++= +++--- > app/test-pmd/parameters.c | 18 +++++++++++++++ > doc/guides/testpmd_app_ug/run_app.rst | 12 ++++++++++ > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 33 > ++++++++++++++++++++++++++ > 4 files changed, 96 insertions(+), 3 deletions(-) >=20 > -- > 1.8.4.2 Self-nack it, due to missing subject. Will send a v3 patch set.