From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D0F031B3B6; Wed, 3 Oct 2018 16:26:52 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2018 07:26:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,336,1534834800"; d="scan'208";a="78383911" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga008.jf.intel.com with ESMTP; 03 Oct 2018 07:26:36 -0700 To: "Iremonger, Bernard" , Jerin Jacob , "Lu, Wenzhuo" , "Wu, Jingjing" Cc: "dev@dpdk.org" , "olivier.matz@6wind.com" , "stable@dpdk.org" References: <20181002133547.20526-1-jerin.jacob@caviumnetworks.com> <8CEF83825BEC744B83065625E567D7C260D0BB19@IRSMSX107.ger.corp.intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Wed, 3 Oct 2018 15:26:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <8CEF83825BEC744B83065625E567D7C260D0BB19@IRSMSX107.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix csum parse-tunnel command invocation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2018 14:26:53 -0000 On 10/2/2018 3:49 PM, Iremonger, Bernard wrote: > > >> -----Original Message----- >> From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] >> Sent: Tuesday, October 2, 2018 2:36 PM >> To: Lu, Wenzhuo ; Wu, Jingjing >> ; Iremonger, Bernard >> Cc: dev@dpdk.org; Jerin Jacob ; >> olivier.matz@6wind.com; stable@dpdk.org >> Subject: [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command >> invocation >> >> Based on the documentation and help print, the sub command for csum suppose >> to be "parse-tunnel" instead of "parse_tunnel". >> >> Cc: olivier.matz@6wind.com >> Cc: stable@dpdk.org >> >> Fixes: 64fc36064dc3 ("app/testpmd: add csum parse-tunnel command") >> Signed-off-by: Jerin Jacob > > Acked-by: Bernard Iremonger Applied to dpdk-next-net/master, thanks.