From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: display port driver name Date: Tue, 06 Dec 2016 14:35:52 +0100 Message-ID: <5257081.QZWz9YM5nq@xps13> References: <1479898526-23489-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "De Lara Guarch, Pablo" To: David Marchand Return-path: Received: from mail-wj0-f173.google.com (mail-wj0-f173.google.com [209.85.210.173]) by dpdk.org (Postfix) with ESMTP id 527ED4A59 for ; Tue, 6 Dec 2016 14:35:54 +0100 (CET) Received: by mail-wj0-f173.google.com with SMTP id tg4so65887724wjb.1 for ; Tue, 06 Dec 2016 05:35:54 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This makes it easier to check which driver name is reported through ethdev > > rte_eth_dev_info_get(). > > > > Example: > > > > root@ubuntu1604:~/dpdk# ./build/app/testpmd -c 0x6 --vdev > > net_af_packet0,iface=mgmt0 -- -i --total-num-mbufs 2049 [snip] > > testpmd> show port info all > > > > ********************* Infos for port 0 ********************* MAC address: > > DE:AD:DE:01:02:03 Driver name: net_af_packet Connect to socket: 0 memory > > allocation on the socket: 0 > > > > Signed-off-by: David Marchand > > Good idea. > > Acked-by: John McNamara Applied, thanks