diff options
author | Bob Pearson <rpearsonhpe@gmail.com> | 2022-07-14 22:46:20 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2022-07-21 16:35:31 +0200 |
commit | 1603f89935ec86d40a7667e1250392626976ccc2 (patch) | |
tree | 7f7cdbec30b7c60cb088a0a7e828d6a3b87e836d /drivers/infiniband/core | |
parent | RDMA/rxe: Fix spelling mistake in error print (diff) | |
download | linux-1603f89935ec86d40a7667e1250392626976ccc2.tar.xz linux-1603f89935ec86d40a7667e1250392626976ccc2.zip |
RDMA/rxe: Fix mw bind to allow any consumer key portion
The current implementation of rxe_check_bind_mw() in rxe_mw.c is incorrect
since it requires the new key portion provided by the mw consumer to be
different than the previous key portion. This is not required by the
IBA. Remove the test.
Link: https://lore.kernel.org/linux-rdma/fb4614e7-4cac-0dc7-3ef7-766dfd10e8f2@gmail.com/
Fixes: 32a577b4c3a9 ("Add support for bind MW work requests")
Link: https://lore.kernel.org/r/20220714204619.13396-1-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/core')
0 files changed, 0 insertions, 0 deletions