IB/rxe: Handle NETDEV_CHANGE events
authorAndrew Boyer <[email protected]>
Mon, 28 Aug 2017 20:11:59 +0000 (16:11 -0400)
committerDoug Ledford <[email protected]>
Mon, 28 Aug 2017 23:12:36 +0000 (19:12 -0400)
commit5c50f1d18f6bdd8ff8d274479b8bf0d89ab5a47d
treef697ef1809fe97f9601bc1d2dbe9b49c63c28c17
parent13eb1e21d6198c9068eab7e7cb68c6d5c6834d1b
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: 8700e3e7c485 ("Soft RoCE driver")
Signed-off-by: Andrew Boyer <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
drivers/infiniband/sw/rxe/rxe_net.c