summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorAdit Ranadive <aditr@vmware.com>2019-01-09 23:08:49 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-22 21:40:34 +0100
commitec485378a4c48c5c08bcc95b3d71233f88db4066 (patch)
treeff367c311abfa43f11f836cd4116172315e100eb /include/uapi
parent836edf22ffd1bd3616683c00677f94e881fa2a20 (diff)
downloadlinux-stable-ec485378a4c48c5c08bcc95b3d71233f88db4066.tar.gz
linux-stable-ec485378a4c48c5c08bcc95b3d71233f88db4066.tar.bz2
linux-stable-ec485378a4c48c5c08bcc95b3d71233f88db4066.zip
RDMA/vmw_pvrdma: Return the correct opcode when creating WR
commit 6325e01b6cdf4636b721cf7259c1616e3cf28ce2 upstream. Since the IB_WR_REG_MR opcode value changed, let's set the PVRDMA device opcodes explicitly. Reported-by: Ruishuang Wang <ruishuangw@vmware.com> Fixes: 9a59739bd01f ("IB/rxe: Revise the ib_wr_opcode enum") Cc: stable@vger.kernel.org Reviewed-by: Bryan Tan <bryantan@vmware.com> Reviewed-by: Ruishuang Wang <ruishuangw@vmware.com> Reviewed-by: Vishnu Dasa <vdasa@vmware.com> Signed-off-by: Adit Ranadive <aditr@vmware.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/rdma/vmw_pvrdma-abi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/vmw_pvrdma-abi.h b/include/uapi/rdma/vmw_pvrdma-abi.h
index d13fd490b66d..6e73f0274e41 100644
--- a/include/uapi/rdma/vmw_pvrdma-abi.h
+++ b/include/uapi/rdma/vmw_pvrdma-abi.h
@@ -78,6 +78,7 @@ enum pvrdma_wr_opcode {
PVRDMA_WR_MASKED_ATOMIC_FETCH_AND_ADD,
PVRDMA_WR_BIND_MW,
PVRDMA_WR_REG_SIG_MR,
+ PVRDMA_WR_ERROR,
};
enum pvrdma_wc_status {