net/mlx5e: IPoIB, Fix driver name retrieved by ethtool
authorFeras Daoud <ferasda@mellanox.com>
Mon, 10 Jul 2017 15:35:06 +0000 (18:35 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Sun, 20 Aug 2017 09:57:19 +0000 (12:57 +0300)
commit1d1c3436119a6fb92adb8ae72d9a1bcb7f5d0d6a
tree17641c4b12a014d5bffd9d8467f6b4ee3152019b
parent63bfd399de55e09369e5ab344d1fb7f86ed73bab
net/mlx5e: IPoIB, Fix driver name retrieved by ethtool

Printing an enhanced IPoIB device information using
"ethtool -i DEVNAME", prints the low level driver name: mlx5_core.
This commit changes the name to mlx5_core [ib_ipoib], to include the
ipoib device driver infromation.

Fixes: 076b0936e5fb ("net/mlx5e: IPoIB, Add ethtool support")
Signed-off-by: Feras Daoud <ferasda@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/ipoib/ethtool.c