linux/drivers/infiniband
Kamal Heib 633fbb06cb 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>
2019-06-07 13:35:00 -03:00
..
core RDMA/uverbs: check for allocation failure in uapi_add_elm() 2019-05-30 15:45:58 -03:00
hw RDMA/hns: Bugfix for posting multiple srq work request 2019-05-31 16:11:02 -03:00
sw IB/rdmavt: Use struct_size() helper 2019-05-30 15:40:50 -03:00
ulp RDMA/ipoib: implement ethtool .get_link() callback 2019-06-07 13:35:00 -03:00
Kconfig 5.2 Merge Window pull request 2019-05-09 09:02:46 -07:00
Makefile