From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00103a01.pphosted.com (mx0a-00103a01.pphosted.com [67.231.144.234]) by dpdk.org (Postfix) with ESMTP id A93515689 for ; Thu, 22 Sep 2016 16:35:14 +0200 (CEST) Received: from pps.filterd (m0000419.ppops.net [127.0.0.1]) by mx0a-00103a01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8MEXne9012323; Thu, 22 Sep 2016 10:35:13 -0400 Received: from mdwvexchht01.ciena.com (lin1-118-36-28.ciena.com [63.118.36.28]) by mx0a-00103a01.pphosted.com with ESMTP id 25mexwu7jt-8 (version=TLSv1 cipher=AES128-SHA bits=128 verify=NOT); Thu, 22 Sep 2016 10:35:05 -0400 Received: from vawve2k13mbx03.ciena.com (10.4.156.94) by MDWVEXCHHT01.ciena.com (10.4.156.175) with Microsoft SMTP Server (TLS) id 8.3.389.2; Thu, 22 Sep 2016 10:34:28 -0400 Received: from ONWVEXCHHT01.ciena.com (10.128.6.16) by vawve2k13mbx03.ciena.com (10.4.156.94) with Microsoft SMTP Server (TLS) id 15.0.1104.5; Thu, 22 Sep 2016 10:34:27 -0400 Received: from ONWVEXCHMB04.ciena.com ([::1]) by ONWVEXCHHT01.ciena.com ([::1]) with mapi; Thu, 22 Sep 2016 10:34:27 -0400 From: "Mussar, Gary" To: "Mcnamara, John" , "dev@dpdk.org" CC: "yuanhan.liu@linux.intel.com" , "thomas.monjalon@6wind.com" Date: Thu, 22 Sep 2016 10:34:25 -0400 Thread-Topic: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names Thread-Index: AQHSBRxIIAQWG2cADEu4CJ4L4U0UMKBmUU2QgB9gKvA= Message-ID: References: <1472822193-107410-1-git-send-email-gmussar@ciena.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US x-tm-as-product-ver: SMEX-10.0.0.1412-7.000.1014-22592.007 x-tm-as-result: No--41.547600-8.000000-31 x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2016-09-22_07:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 malwarescore=0 lowpriorityscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609220263 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: Thu, 22 Sep 2016 14:35:15 -0000 I am new at submitting patches to dpdk.org. This patch has been acked and p= atchwork claims success on build it: http://www.dpdk.org/dev/patchwork/patc= h/15595/ Other users state it has corrected their problems. Am I supposed to be doin= g something else with it before it gets applied to master? Gary > -----Original Message----- > From: Mcnamara, John [mailto:john.mcnamara@intel.com] > Sent: Friday, September 02, 2016 11:24 AM > To: Mussar, Gary; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface na= mes >=20 >=20 >=20 > > -----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=3D drv=3Dvirtio-pci unused=3D > > > > 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 > > > > Fixes: 629395b063e8 ("igb_uio: remove PCI id table") > > > > Signed-off-by: Gary Mussar >=20 > Thanks for that. >=20 > Note, the subject line should be lowercase but apart from that: >=20 > Acked-by: John McNamara >=20 >=20