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 093743257 for ; Wed, 10 Jan 2018 00:35:29 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2810E20CCB; Tue, 9 Jan 2018 18:35:29 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 09 Jan 2018 18:35:29 -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=l4wq0K1g37QkbJUlkfbJDEcCfb 36CMioQeFSDV0bwUE=; b=msXm3+fLJN1GcYQcz3YwPcM6/W841FX5/gB/nxH11d p0mG9T6txP8fwAuiXIrle2L8ToHaasxlR+UThCfmNBWRWYnCHS+ZVqaasWeuUz6p bD8eeieyXGsKtEPZAXTrOq4M6vmi8RTJ+Zhn1lyDTlom9SJlfX/K7lS5hPrjwmUr g= 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=l4wq0K 1g37QkbJUlkfbJDEcCfb36CMioQeFSDV0bwUE=; b=TcsIHQ4SYLqH9oQo84mBZF r/mLbaF1ZE+FhInwg90a2sSjPjVUBgQhYQBxWmgvYu50rjh+NSPzq1s6zMMjMTND LTGoJgesTSWz1R4aR5Gffbp05Fvfof3IirZI0x5JzKINsGIt64+rEbkkopvQzk3D r5tWhZGpbx8jhnycG8Aw+3mh6+moWBCIfS3XYNQWsrFe5D9bZARJ72iX3u0lOTVO gyhx3zV/chVyD9uGqr710jAJqSdWAwTVw/F1ppL2LY/eQ4M4C5+UHSyPSxlHCoZJ TjUrjREggLIc73cmXbQIRCqdOeEJE9DM3zaRlGDVOkWh0/OcM3s5O20kdNzYlZIw == 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 C978224235; Tue, 9 Jan 2018 18:35:28 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Ferruh Yigit , Jingjing Wu Date: Wed, 10 Jan 2018 00:35:04 +0100 Message-ID: <2455342.uEk9E7QiuU@xps> In-Reply-To: References: <20171214143318.28723-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/testpmd: dump more port info 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, 09 Jan 2018 23:35:30 -0000 14/12/2017 19:27, Ferruh Yigit: > On 12/14/2017 6:33 AM, Olivier Matz wrote: > > Display some more useful information from dev_info when > > calling "show port info ". > > > > Signed-off-by: Olivier Matz > > Reviewed-by: Ferruh Yigit Applied, thanks