commit | 0e1f9b924471c132dcf314476916e3c4bd4956b2 | [log] [tgz] |
---|---|---|
author | Parav Pandit <parav@mellanox.com> | Sun Apr 01 15:08:19 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Apr 03 21:33:47 2018 -0600 |
tree | 85630799440f8e8bdfc667571b09b36a30c4396c | |
parent | 72e1ff0fb7e09c34956e4b3f619481da4d9787c1 [diff] |
RDMA/providers: Simplify query_gid callback of RoCE providers ib_query_gid() fetches the GID from the software cache maintained in ib_core for RoCE ports. Therefore, simplify the provider drivers for RoCE to treat query_gid() callback as never called for RoCE, and only require non-RoCE devices to implement it. Signed-off-by: Parav Pandit <parav@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>