]> asedeno.scripts.mit.edu Git - linux.git/commit
IB/ipoib: Update pathrec field if not valid record
authorErez Shitrit <erezsh@mellanox.com>
Tue, 14 Nov 2017 12:51:54 +0000 (14:51 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 18 Dec 2017 22:37:05 +0000 (15:37 -0700)
commit98aebc550b88c6d0928e01652ffe76806a2b782e
tree3b537be0f595296baae3ff906cac90f550b77547
parent439000892ee17a9c92f1e4297818790ef8bb4ced
IB/ipoib: Update pathrec field if not valid record

In case that the PathRecord is not valid (SM changed its network prefix)
ipoib will continue issue PathQuery requests with the same parameters
that are in its database, which are no longer valid anymore.

Now the driver in that case will re-initialize the record from a valid
place (the priv structure keeps the updated values), and a valid request
will be issued.

Signed-off-by: Erez Shitrit <erezsh@mellanox.com>
Reviewed-by: Alex Vesker <valex@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/ulp/ipoib/ipoib_main.c