From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 26E34A6A for ; Fri, 6 Mar 2015 09:10:13 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 06 Mar 2015 00:10:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,351,1422950400"; d="scan'208";a="676042656" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 06 Mar 2015 00:10:11 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t268A9Op029097; Fri, 6 Mar 2015 16:10:09 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t268A666001873; Fri, 6 Mar 2015 16:10:08 +0800 Received: (from couyang@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t268A6KE001869; Fri, 6 Mar 2015 16:10:06 +0800 From: Ouyang Changchun To: dev@dpdk.org Date: Fri, 6 Mar 2015 16:10:04 +0800 Message-Id: <1425629406-1838-1-git-send-email-changchun.ouyang@intel.com> X-Mailer: git-send-email 1.7.12.2 In-Reply-To: <1425628813-1546-1-git-send-email-changchun.ouyang@intel.com> References: <1425628813-1546-1-git-send-email-changchun.ouyang@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] New HW VLAN command in testpmd 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:10:13 -0000 This patch enables testpmd user can config port hw_vlan with more fine granularity: hw vlan filter, hw vlan strip, and hw vlan extend; Update testpmd doc accordingly. Changchun Ouyang (2): testpmd: HW vlan command doc: Update for new HW vlan command 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(-) -- 1.8.4.2