From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: display devargs in port info output Date: Thu, 11 Oct 2018 12:00:44 +0100 Message-ID: <436c6163-1cba-066a-346e-fccc1d150c87@intel.com> References: <20181010114222.74519-1-ferruh.yigit@intel.com> <8CEF83825BEC744B83065625E567D7C260D10171@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Iremonger, Bernard" , "Lu, Wenzhuo" , "Wu, Jingjing" Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 35BC61B4E7 for ; Thu, 11 Oct 2018 13:00:48 +0200 (CEST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C260D10171@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 10/10/2018 2:30 PM, Iremonger, Bernard wrote: >> -----Original Message----- >> From: Yigit, Ferruh >> Sent: Wednesday, October 10, 2018 12:42 PM >> To: Lu, Wenzhuo ; Wu, Jingjing >> ; Iremonger, Bernard >> Cc: dev@dpdk.org; Yigit, Ferruh >> Subject: [PATCH] app/testpmd: display devargs in port info output >> >> Devargs may affect how device works but currently we don't have a way to >> observe provided devargs. >> >> Add ability to print device argument as part of port info, >> >> For example, for "--vdev net_pcap0,iface=lo" output will be >> >> " >> ********************* Infos for port 1 ********************* MAC >> address: 02:70:63:61:70:00 Device name: net_pcap0 Driver name: net_pcap >> Devargs: iface=lo >> .... >> " >> >> or for "-w0000:86:00.1,queue-num-per-vf=8", >> >> " >> ********************* Infos for port 0 ********************* MAC >> address: 3C:FD:FE:AB:B4:41 Device name: 0000:86:00.1 Driver name: net_i40e >> Devargs: queue-num-per-vf=8 >> .... >> " >> >> `Devargs` line may not be printed at all if devargs is not provided for that device. >> >> Signed-off-by: Ferruh Yigit > > Acked-by: Bernard Iremonger Applied to dpdk-next-net/master, thanks.