From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang Xiao W Subject: [PATCH v2] testpmd: fix a bug in tx_vlan set command support Date: Tue, 22 Dec 2015 19:36:44 +0800 Message-ID: <1450784205-10880-1-git-send-email-xiao.w.wang@intel.com> References: <1450696402-14847-1-git-send-email-xiao.w.wang@intel.com> Cc: dev@dpdk.org To: jing.d.chen@intel.com, pablo.de.lara.guarch@intel.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 00BACDE3 for ; Tue, 22 Dec 2015 12:36:55 +0100 (CET) In-Reply-To: <1450696402-14847-1-git-send-email-xiao.w.wang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" v2: * Removed the bug fix unrelated code change to make this patch a pure bug fix patch. * Fixed the "PATCH 1/2" mistake in the patch title, rewrote the subject. v1: * Initial version for tx_vlan set command support bug fix. Wang Xiao W (1): testpmd: fix a bug in tx_vlan set command support app/test-pmd/cmdline.c | 12 ------------ app/test-pmd/config.c | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 12 deletions(-) -- 1.9.3