commit | 89af969a665390dc6b156fef55755ca546cd8d92 | [log] [tgz] |
---|---|---|
author | Parav Pandit <parav@mellanox.com> | Wed Jun 13 10:22:09 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jun 18 11:11:27 2018 -0600 |
tree | 4c9dc54d44b0a091ed972ba1f2c20ad12dc48a4d | |
parent | 1a1f460ff151710289c2f8d4badd8b603b87d610 [diff] |
RDMA: Convert drivers to use the AH's sgid_attr in post_wr paths For UD the drivers were doing a sgid_index lookup into the cache to get the attrs, however we can now directly access the same attrs stores in the ib_ah instead and remove the lookup. Signed-off-by: Parav Pandit <parav@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>