commit | 66846048f55c6c05a4c46c2daabb773173f8f28d | [log] [tgz] |
---|---|---|
author | Rick Jones <[email protected]> | Mon Nov 14 14:17:08 2011 +0000 |
committer | David S. Miller <[email protected]> | Wed Nov 16 17:26:46 2011 -0500 |
tree | 21fdef9bb249056f7f334e67fbbc05a61b0cf9ce | |
parent | 64882709ef07f3eae29c7afc5aa8b84d12733a72 [diff] |
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs Add a new .bus_name to virtio_config_ops then modify virtio_net to call through to it in an ethtool .get_drvinfo routine to report bus_info in ethtool -i output which is consistent with other emulated NICs and the output of lspci. Signed-off-by: Rick Jones <[email protected]> Signed-off-by: David S. Miller <[email protected]>