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 BF4425F17; Tue, 2 Oct 2018 16:54:12 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2018 07:54:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,332,1534834800"; d="scan'208";a="93973809" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga004.fm.intel.com with ESMTP; 02 Oct 2018 07:50:00 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 Oct 2018 15:49:59 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by irsmsx155.ger.corp.intel.com ([169.254.14.27]) with mapi id 14.03.0319.002; Tue, 2 Oct 2018 15:49:59 +0100 From: "Iremonger, Bernard" To: Jerin Jacob , "Lu, Wenzhuo" , "Wu, Jingjing" CC: "dev@dpdk.org" , "olivier.matz@6wind.com" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command invocation Thread-Index: AQHUWlT5Z3pY0DbJ3UiX+RBrc8e8PqUMCXCQ Date: Tue, 2 Oct 2018 14:49:58 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260D0BB19@IRSMSX107.ger.corp.intel.com> References: <20181002133547.20526-1-jerin.jacob@caviumnetworks.com> In-Reply-To: <20181002133547.20526-1-jerin.jacob@caviumnetworks.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWNkMzM0M2YtNTdlNy00MDc2LTg3NmEtZmZmMDZiZmRhZDg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTDRRbWVFMTJKbGlSczZidDJrXC8zdEtveUtmSUJMRzZickIra1FNRWFvRmI0MlwvQXpybXloVitobEx3NXhrV1hHIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [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: Tue, 02 Oct 2018 14:54:13 -0000 > -----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 >=20 > Based on the documentation and help print, the sub command for csum suppo= se > to be "parse-tunnel" instead of "parse_tunnel". >=20 > Cc: olivier.matz@6wind.com > Cc: stable@dpdk.org >=20 > Fixes: 64fc36064dc3 ("app/testpmd: add csum parse-tunnel command") > Signed-off-by: Jerin Jacob Acked-by: Bernard Iremonger