[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C170D9E.5090407@jp.fujitsu.com>
Date: Tue, 15 Jun 2010 14:20:30 +0900
From: Taku Izumi <izumi.taku@...fujitsu.com>
To: Rusty Russell <rusty@...tcorp.com.au>
CC: "David S. Miller" <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"Michael S. Tsirkin" <mst@...hat.com>
Subject: Re: [PATCH] virtio_net: implements ethtool_ops.get_drvinfo
Hi Rusty,
(2010/06/15 13:28), Rusty Russell wrote:
> On Fri, 11 Jun 2010 10:59:02 am Taku Izumi wrote:
>> This patch implements ethtool_ops.get_drvinfo interface of virtio_net driver.
>>
>> Signed-off-by: Taku Izumi<izumi.taku@...fujitsu.com>
>
> Hi Taku!
>
> Does this have any useful effect?
I often use "ethtool -i" command to check what driver controls the ehternet device.
But because current virtio_net driver doesn't support "ethtool -i", it becomes the
following:
# ethtool -i eth3
Cannot get driver information: Operation not supported
My patch simply adds the "ethtool -i" support. The following is the result when
using the virtio_net driver with my patch applied to.
# ethtool -i eth3
driver: virtio_net
version: N/A
firmware-version: N/A
bus-info: virtio0
Personally, "-i" is one of the most frequently-used option, and
most network drivers support "ethtool -i", so I think virtio_net also should do.
Taku Izumi <izumi.taku@...fujitsu.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists