From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DA0231B3EB for ; Tue, 30 Jan 2018 10:40:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jan 2018 01:40:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,434,1511856000"; d="scan'208";a="23343621" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 30 Jan 2018 01:40:41 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by IRSMSX106.ger.corp.intel.com ([169.254.8.62]) with mapi id 14.03.0319.002; Tue, 30 Jan 2018 09:40:40 +0000 From: "Singh, Jasvinder" To: Tomasz Duszynski , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Wu, Jingjing" , "Mcnamara, John" , "Kovacevic, Marko" Thread-Topic: [PATCH] app/testpmd: add missing args to TM show cap cmd Thread-Index: AQHTmEnk24W6WXGQqkGQZTd1YLj2M6OMK/eQ Date: Tue, 30 Jan 2018 09:40:39 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D332ECC2B@IRSMSX103.ger.corp.intel.com> References: <1517152094-21811-1-git-send-email-tdu@semihalf.com> In-Reply-To: <1517152094-21811-1-git-send-email-tdu@semihalf.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjkxYWMzYzgtNjBkZS00MGQwLTgxYTQtZDAzNzIwYzI5NWI2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxjME1JN3lcL1o3OFE4SzdWUzJrazNqc3Vhc2pKbjFMWUcxTGU0aHFcL0tCST0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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] app/testpmd: add missing args to TM show cap 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: Tue, 30 Jan 2018 09:40:43 -0000 > -----Original Message----- > From: Tomasz Duszynski [mailto:tdu@semihalf.com] > Sent: Sunday, January 28, 2018 3:08 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Mcnamara, John ; > Kovacevic, Marko ; Tomasz Duszynski > ; Singh, Jasvinder > Subject: [PATCH] app/testpmd: add missing args to TM show cap cmd >=20 > Command used for querying node or level capabilities requires argument > which specifies which set of capabilities to show. >=20 > Thus trying to show node/level capabilities using current documentation w= ill > not work. Fix that by adding missing arguments to command documentation. >=20 > Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding > mode") > Cc: jasvinder.singh@intel.com >=20 > Signed-off-by: Tomasz Duszynski Acked-by: Jasvinder Singh