commit | 633fbb06cbb34cb37117a298c4316ad9d54a7a63 | [log] [tgz] |
---|---|---|
author | Kamal Heib <kamalheib1@gmail.com> | Wed May 29 16:55:45 2019 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Fri Jun 07 13:35:00 2019 -0300 |
tree | a6efea1348992e5f80fb65b3cf1262d727eb9173 | |
parent | 97545b10221ad14b046dba135a37f4e98a560697 [diff] |
RDMA/ipoib: implement ethtool .get_link() callback Add support for reporting link state for ipoib net devices. $ ip l set dev mlx4_ib0 up $ ethtool mlx4_ib0 | grep Link Link detected: yes $ ip l set dev mlx4_ib0 down $ ethtool mlx4_ib0 | grep Link Link detected: no Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>