]> git.baikalelectronics.ru Git - kernel.git/commit
IB/rxe: Handle NETDEV_CHANGE events
authorAndrew Boyer <andrew.boyer@dell.com>
Mon, 28 Aug 2017 20:11:59 +0000 (16:11 -0400)
committerDoug Ledford <dledford@redhat.com>
Mon, 28 Aug 2017 23:12:36 +0000 (19:12 -0400)
commit4208c3b3fb14baf23682b0a4db1fb8573405456a
treef697ef1809fe97f9601bc1d2dbe9b49c63c28c17
parent6d3f0d7550911f2505d9db25afcf86b5b57ff859
IB/rxe: Handle NETDEV_CHANGE events

Without this fix, ports configured on top of ixgbe miss link up
notifications. ibv_query_port() will continue to return IBV_PORT_DOWN even
though the port is up and working.

Fixes: c4397c211d7d ("Soft RoCE driver")
Signed-off-by: Andrew Boyer <andrew.boyer@dell.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe_net.c