[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] linux-2.6.18/netfront: ethtool -i does not return info about xennet driver
Signed-off-by: K. Y. Srinivasan <ksrinivasan@xxxxxxxxxx> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- a/drivers/xen/netfront/netfront.c +++ b/drivers/xen/netfront/netfront.c @@ -1755,6 +1755,13 @@ static void xennet_set_features(struct n xennet_set_tso(dev, 1); } +static void netfront_get_drvinfo(struct net_device *dev, + struct ethtool_drvinfo *info) +{ + strcpy(info->driver, "netfront"); + strcpy(info->bus_info, dev_name(dev->dev.parent)); +} + static int network_connect(struct net_device *dev) { struct netfront_info *np = netdev_priv(dev); @@ -1863,6 +1870,7 @@ static void netif_uninit(struct net_devi static struct ethtool_ops network_ethtool_ops = { + .get_drvinfo = netfront_get_drvinfo, .get_tx_csum = ethtool_op_get_tx_csum, .set_tx_csum = ethtool_op_set_tx_csum, .get_sg = ethtool_op_get_sg, Attachment:
xen-netfront-ethtool.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |