From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 57F2D20B0D; Wed, 31 Jan 2018 17:39:42 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 17:39:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9pChurYjd2UV0SvCgNxvfsK0qn EbqapTcfFoic4klv4=; b=IdeBvkRVonHNodqlkDzCBp06WxkxFF61hjszyLggdI Vh0fsUi6fEJR/I93fufNHeMbR5LA/PyWbSr4JcDbB8moqQ6y/e/zLF6TvAief4aH 7TK/OodAGdaqQINIDFFFuTXuiPhQD6JN3qmt5EPEfMxLoTsNainUe/+bDZAFBxCL I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=9pChur Yjd2UV0SvCgNxvfsK0qnEbqapTcfFoic4klv4=; b=H8MGxcfewLGrfzhEy0Aq6p qijWGrYyMfNJ188A/3TyVdRcPkTdlsP/0hsxz32ihyBKLeMlFJ2v5LrB4wnNh6Ow yPQXRyXc78fzN5PQ6K7dCYzmA7qhnrUc3bhG+fUjpj831uBvypesKQeZv70XF9Ii LjCq2BT5CWg5+IwhKoWTb3aYlXJipxOVE1e5/MX73uRBGRk4frLHhOlR5uhE4n3V utnFBN21gyDtgssI3nqib2LgUPVkpQuL4aY9XG0qN7wzNIANBMdsniAXbO3amw/Y jkcTF+7kboAqyVY15653ANHRVdWi6Xq2i7bNYngmiSCl99pheRAVF7j28mURdYFg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EE2C724803; Wed, 31 Jan 2018 17:39:41 -0500 (EST) From: Thomas Monjalon To: Tomasz Duszynski Cc: dev@dpdk.org, "Singh, Jasvinder" , "Lu, Wenzhuo" , "Wu, Jingjing" , "Mcnamara, John" , "Kovacevic, Marko" Date: Wed, 31 Jan 2018 23:38:55 +0100 Message-ID: <1641235.hOyKGk1HAN@xps> In-Reply-To: <54CBAA185211B4429112C315DA58FF6D332ECC2B@IRSMSX103.ger.corp.intel.com> References: <1517152094-21811-1-git-send-email-tdu@semihalf.com> <54CBAA185211B4429112C315DA58FF6D332ECC2B@IRSMSX103.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 31 Jan 2018 22:39:42 -0000 > > 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