From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 7E1FA1B667 for ; Fri, 10 Nov 2017 06:58:13 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 09 Nov 2017 21:58:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,372,1505804400"; d="scan'208";a="174211914" Received: from dpdk-test32.sh.intel.com (HELO [10.67.118.217]) ([10.67.118.217]) by fmsmga005.fm.intel.com with ESMTP; 09 Nov 2017 21:58:10 -0800 Message-ID: <5A05AEFA.6030006@intel.com> Date: Fri, 10 Nov 2017 21:51:54 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Herbert Guan , dts@dpdk.org References: <1509955057-26004-1-git-send-email-herbert.guan@arm.com> In-Reply-To: <1509955057-26004-1-git-send-email-herbert.guan@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] framework: enhance the tcpdump direction option parsing X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Nov 2017 05:58:13 -0000 Thanks, Herbert. Applied. On 11/06/2017 03:57 PM, Herbert Guan wrote: > Some tcpdump versions (such as 4.9.0-5.el7) is providing help message > about direction option with both '-P' and '-Q': > " [ -Q|-P in|out|inout ]". > This format cause option parse fail. > This patch can enhance the direction option parsing and fix it. > > Jira: ENTNET-552 > Change-Id: I5835912905311d90ce4ee9897fa9c83a0266aa01 > Signed-off-by: Herbert Guan > ---