From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=UHkOnShppewaBDQ4dJFlkj0JEgqETeDGFSXt+8lW0AQ=; b=x96lukknKXndc2b49is4nCIUSPpjs2HqdTOOurj9JpKg1NkcdikqcqTXa4syhn+iFa V7jW19LF2JSwVQ2yQIiCpoV3zkMV4KUhVn6daDBLnfTQ8tQyp79OmssHsYGi3wI/nZ97 A3XqVnvNEB7YpqEee1FZBBS8f2NYqYWC1vuUlFCE5dFxNGS2x+vUm9Ivp2v6UBBPIcns Ja2177EBS8xujYAydvvo74qwxu7SAEDPs6bMKQq9hds2Kmy2BYpEg49JPbY2szSDCUvp Y+XVxfXLpm1O8h4DReZQFGkNYzhGrEAbAPmSNrcOw9XbOaZs8xuOcSWQGOzTD0joUKz7 IhfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=UHkOnShppewaBDQ4dJFlkj0JEgqETeDGFSXt+8lW0AQ=; b=Nnk1M0qTUSoLZ0rE+uRSK9Igq7B4B8FXrwX4eyB2qjWXlclU3TJcP3ks/eT5KtgLqd /sgd3zJdvbE8iVmHhnPVnY5fSm0fY0plD9qi8+ySl4tBjZBKjlRotD/1vAhKaDStHU6C ybj60suwB7IgC4h/azvxuDd8OiOrv7yUy5n3Su1YFmC+Ljlx6QcN8kG4jw3B0T7xM9vS wC61nvfYv4Z969iShRWIYq60gUXWSd4y+qcucNe3zFPF2hDX7NjS+RPliVhunPPFGNnk OM55L7uumFuRjx6bcibL7fVLEzDmkirFvIhe0BF0Djq3DrGEclJfuHSSHrNStejEF2dh Q6bA== X-Gm-Message-State: AA6/9Rk+diAuvFMDzCc5gjBYASFT5yBW7x4rh4jSaxJeMBM/to6dNhjj9BkdLqYPSKjA1M08 X-Received: by 10.28.135.71 with SMTP id j68mr2755196wmd.130.1475575191048; Tue, 04 Oct 2016 02:59:51 -0700 (PDT) Received: from xps13.localnet (172.17.90.92.rev.sfr.net. [92.90.17.172]) by smtp.gmail.com with ESMTPSA id xy4sm2681211wjc.2.2016.10.04.02.59.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Oct 2016 02:59:50 -0700 (PDT) From: Thomas Monjalon To: souvikdey33 Cc: dev@dpdk.org Date: Tue, 04 Oct 2016 11:59:46 +0200 Message-ID: <21700370.tEYpHIcnDo@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160826113558.11856-1-sodey@sonusnet.com> References: <20160825022546.96468-1-sodey@sonusnet.com> <20160826113558.11856-1-sodey@sonusnet.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] tools: fix issue with virtio interfaces 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: Tue, 04 Oct 2016 09:59:51 -0000 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