From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] Tools: Fix issue with virtio interface names Date: Fri, 23 Sep 2016 17:49:36 +0800 Message-ID: <20160923094936.GE23158@yliu-dev.sh.intel.com> References: <1472822193-107410-1-git-send-email-gmussar@ciena.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gary Mussar , "dev@dpdk.org" , stable@dpdk.org To: "Mcnamara, John" Return-path: Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Sep 02, 2016 at 03:23:34PM +0000, Mcnamara, John wrote: > > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gary Mussar > > Sent: Friday, September 2, 2016 2:17 PM > > To: dev@dpdk.org > > Cc: Gary Mussar > > Subject: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names > > > > The dpdk-devbind.py script does not find/display the ifname for virtio > > interfaces since the "net" directory is not directly under the device > > directory but rather under a subdirectory. > > eg. > > > dpdk-devbind.py --status > > 0000:00:03.0 'Virtio network device' if= drv=virtio-pci unused= > > > > This change searches for the first "net" directory under the device > > directory hierarchy. > > eg. > > 0000:00:03.0 'Virtio network device' if=ens3 drv=virtio-pci unused= > > > > Fixes: 629395b063e8 ("igb_uio: remove PCI id table") > > > > Signed-off-by: Gary Mussar > > Thanks for that. > > Note, the subject line should be lowercase but apart from that: Applied to dpdk-next-virtio, this this minor fix. And, it looks like a good candidate for stable release, so, stable@dpdk.org cc'ed. Thanks. --yliu > > Acked-by: John McNamara >