From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: add missing args to TM show cap cmd Date: Wed, 31 Jan 2018 23:38:55 +0100 Message-ID: <1641235.hOyKGk1HAN@xps> References: <1517152094-21811-1-git-send-email-tdu@semihalf.com> <54CBAA185211B4429112C315DA58FF6D332ECC2B@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Singh, Jasvinder" , "Lu, Wenzhuo" , "Wu, Jingjing" , "Mcnamara, John" , "Kovacevic, Marko" To: Tomasz Duszynski Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B63EB1B862 for ; Wed, 31 Jan 2018 23:39:42 +0100 (CET) In-Reply-To: <54CBAA185211B4429112C315DA58FF6D332ECC2B@IRSMSX103.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Command used for querying node or level capabilities requires argument > > which specifies which set of capabilities to show. > > > > Thus trying to show node/level capabilities using current documentation will > > not work. Fix that by adding missing arguments to command documentation. > > > > Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding > > mode") > > Cc: jasvinder.singh@intel.com > > > > Signed-off-by: Tomasz Duszynski > > Acked-by: Jasvinder Singh Applied, thanks