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 00BACDE3 for ; Tue, 22 Dec 2015 12:36:55 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 22 Dec 2015 03:36:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,464,1444719600"; d="scan'208";a="622172096" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 22 Dec 2015 03:36:54 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id tBMBaqJk019113; Tue, 22 Dec 2015 19:36:52 +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 tBMBan48010916; Tue, 22 Dec 2015 19:36:51 +0800 Received: (from xiaowan1@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id tBMBanL3010912; Tue, 22 Dec 2015 19:36:49 +0800 From: Wang Xiao W To: jing.d.chen@intel.com, pablo.de.lara.guarch@intel.com Date: Tue, 22 Dec 2015 19:36:44 +0800 Message-Id: <1450784205-10880-1-git-send-email-xiao.w.wang@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1450696402-14847-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 Subject: [dpdk-dev] [PATCH v2] testpmd: fix a bug in tx_vlan set command support 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: Tue, 22 Dec 2015 11:36:56 -0000 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