From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6] app/testpmd: add new command for show port info Date: Thu, 11 Oct 2018 12:28:24 +0100 Message-ID: References: <1535634741-125515-1-git-send-email-emma.finn@intel.com> <20180925103245.7598-1-marko.kovacevic@intel.com> <8CEF83825BEC744B83065625E567D7C260CF33AB@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "Finn, Emma" To: "Iremonger, Bernard" , "Kovacevic, Marko" , "dev@dpdk.org" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D59611B501 for ; Thu, 11 Oct 2018 13:37:03 +0200 (CEST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C260CF33AB@IRSMSX107.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/25/2018 12:05 PM, Iremonger, Bernard wrote: >> -----Original Message----- >> From: Kovacevic, Marko >> Sent: Tuesday, September 25, 2018 11:33 AM >> To: dev@dpdk.org >> Cc: Yigit, Ferruh ; Iremonger, Bernard >> ; Finn, Emma >> Subject: [PATCH v6] app/testpmd: add new command for show port info >> >> From: Emma Finn >> >> existing testpmd command "show port info" is too verbose. >> Added a new summary command to print brief information on ports. >> >> console output: >> testpmd> show port summary all >> Number of available ports: 2 >> Port MAC Address Name Driver Status Link >> 0 11:22:33:44:55:66 0000:07:00.0 net_i40e up 40000Mbps >> 1 66:55:44:33:22:11 0000:07:00.1 net_i40e up 40000Mbps >> >> Signed-off-by: Emma Finn >> Reviewed-by: Stephen Hemminger >> Reviewed-by: Ferruh Yigit > > Acked-by: Bernard Iremonger Applied to dpdk-next-net/master, thanks.