From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9206F532C for ; Fri, 2 Sep 2016 17:23:38 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 02 Sep 2016 08:23:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,271,1470726000"; d="scan'208";a="756560484" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 02 Sep 2016 08:23:37 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 2 Sep 2016 16:23:36 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by irsmsx155.ger.corp.intel.com ([169.254.14.102]) with mapi id 14.03.0248.002; Fri, 2 Sep 2016 16:23:35 +0100 From: "Mcnamara, John" To: Gary Mussar , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names Thread-Index: AQHSBRxIIAQWG2cADEu4CJ4L4U0UMKBmUU2Q Date: Fri, 2 Sep 2016 15:23:34 +0000 Message-ID: References: <1472822193-107410-1-git-send-email-gmussar@ciena.com> In-Reply-To: <1472822193-107410-1-git-send-email-gmussar@ciena.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmNkNTgxNWItY2E5Zi00MTg3LThlOGQtZWYyZmM4YjIxZGMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJVSVRsRTZHXC9WVGxjcHRRVld3SHNsOU5vSWVtTEI2MWNjSStRdXMrbjBaVT0ifQ== x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 15:23:39 -0000 > -----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 >=20 > 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=3D drv=3Dvirtio-pci unused=3D >=20 > This change searches for the first "net" directory under the device > directory hierarchy. > eg. > 0000:00:03.0 'Virtio network device' if=3Dens3 drv=3Dvirtio-pci unused=3D >=20 > Fixes: 629395b063e8 ("igb_uio: remove PCI id table") >=20 > Signed-off-by: Gary Mussar Thanks for that. Note, the subject line should be lowercase but apart from that: Acked-by: John McNamara