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 13E542965 for ; Wed, 18 Jul 2018 10:51:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2018 01:51:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,369,1526367600"; d="scan'208";a="246672272" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga006.fm.intel.com with ESMTP; 18 Jul 2018 01:51:48 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX106.ger.corp.intel.com ([169.254.8.211]) with mapi id 14.03.0319.002; Wed, 18 Jul 2018 09:51:47 +0100 From: "Iremonger, Bernard" To: Krzysztof Kanas , "dev@dpdk.org" , "Lu, Wenzhuo" , "Wu, Jingjing" CC: Nithin Dabilpuram , "Singh, Jasvinder" Thread-Topic: [PATCH 2/2] app/testpmd: fix help string for tm commit cmd Thread-Index: AQHUGBr7oNa4MthuVkiZvONeeCPHmqSUt+Yg Date: Wed, 18 Jul 2018 08:51:47 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CCCFA0@IRSMSX107.ger.corp.intel.com> References: <20180710065100.29511-1-krzysztof.kanas@caviumnetworks.com> <20180710065100.29511-2-krzysztof.kanas@caviumnetworks.com> In-Reply-To: <20180710065100.29511-2-krzysztof.kanas@caviumnetworks.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjQ3N2Q0N2EtZTljZi00ZWRlLThmODMtZGM4MGEwYTM2ZGM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoib1dXcWEwUXNpSktncWIxT1Zmem9JTU9UT25OSitRYkdTT0FcL2xhaCs2U0RUc3NLOXBZVXB5OFRnZjMzbzYwUkQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] app/testpmd: fix help string for tm commit cmd 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, 18 Jul 2018 08:51:52 -0000 Hi Krzysztof, > -----Original Message----- > From: Krzysztof Kanas [mailto:krzysztof.kanas@caviumnetworks.com] > Sent: Tuesday, July 10, 2018 7:51 AM > To: krzysztof.kanas@caviumnetworks.com; dev@dpdk.org; Lu, Wenzhuo > ; Wu, Jingjing ; Iremonger, > Bernard > Cc: Nithin Dabilpuram > Subject: [PATCH 2/2] app/testpmd: fix help string for tm commit cmd >=20 > Fixes: 86dd86088506 ("app/testpmd: fix use of uninitialized field") > Cc: krzysztof.kanas@caviumnetworks.com >=20 > Signed-off-by: Krzysztof Kanas > --- > app/test-pmd/cmdline_tm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/app/test-pmd/cmdline_tm.c b/app/test-pmd/cmdline_tm.c index > 4f515241703a..09acc1b87293 100644 > --- a/app/test-pmd/cmdline_tm.c > +++ b/app/test-pmd/cmdline_tm.c > @@ -2172,7 +2172,7 @@ static void > cmd_port_tm_hierarchy_commit_parsed(void *parsed_result, > cmdline_parse_inst_t cmd_port_tm_hierarchy_commit =3D { > .f =3D cmd_port_tm_hierarchy_commit_parsed, > .data =3D NULL, > - .help_str =3D "Set port tm node shaper profile", > + .help_str =3D "Commit port tm hierarchy", > .tokens =3D { > (void *)&cmd_port_tm_hierarchy_commit_port, > (void *)&cmd_port_tm_hierarchy_commit_tm, > -- > 2.18.0 check-git-log.sh is giving the following error: ./devtools/check-git-log.sh -1 Wrong 'Fixes' reference: Fixes: 86dd86088506 ("app/testpmd: fix use of uninitialized field") Regards, Bernard.