From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ouyang Changchun Subject: [PATCH v3 0/2] New HW VLAN command in testpmd Date: Fri, 6 Mar 2015 16:10:04 +0800 Message-ID: <1425629406-1838-1-git-send-email-changchun.ouyang@intel.com> References: <1425628813-1546-1-git-send-email-changchun.ouyang@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1425628813-1546-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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