From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0870D5947 for ; Fri, 6 Mar 2015 09:00:19 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 05 Mar 2015 23:55:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,351,1422950400"; d="scan'208";a="661320768" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 06 Mar 2015 00:00:18 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t2680GrS031490; Fri, 6 Mar 2015 16:00:16 +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 t2680DE7001616; Fri, 6 Mar 2015 16:00:15 +0800 Received: (from couyang@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t2680Du0001612; Fri, 6 Mar 2015 16:00:13 +0800 From: Ouyang Changchun To: dev@dpdk.org Date: Fri, 6 Mar 2015 16:00:11 +0800 Message-Id: <1425628813-1546-1-git-send-email-changchun.ouyang@intel.com> X-Mailer: git-send-email 1.7.12.2 In-Reply-To: <1423829023-32707-1-git-send-email-changchun.ouyang@intel.com> References: <1423829023-32707-1-git-send-email-changchun.ouyang@intel.com> Subject: [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:00:20 -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