From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] tools: fix issue with virtio interfaces Date: Tue, 04 Oct 2016 11:59:46 +0200 Message-ID: <21700370.tEYpHIcnDo@xps13> References: <20160825022546.96468-1-sodey@sonusnet.com> <20160826113558.11856-1-sodey@sonusnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: souvikdey33 Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 74E2E2BA1 for ; Tue, 4 Oct 2016 11:59:51 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id k125so196995995wma.1 for ; Tue, 04 Oct 2016 02:59:51 -0700 (PDT) In-Reply-To: <20160826113558.11856-1-sodey@sonusnet.com> 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" 2016-08-26 07:35, souvikdey33: > > This change is required to have the interface name for virtio interfaces. > When we execute the status command the for virtio inerfaces we get > Sample output without the change: > 0000:00:04.0 'Virtio network device' if= drv=virtio-pci unused=virtio_pci,igb_uio > Though for other drivers this works. > Sample output with the change: > 0000:00:04.0 'Virtio network device' if=eth0 drv=virtio-pci unused=virtio_pci,igb_uio > > souvikdey33 (1): > Signed-off-by: Souvik Dey The patch from Gary - which do not use subprocess - has been preferred: http://dpdk.org/patch/15595