RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
authorBryan Tan <bryantan@vmware.com>
Tue, 19 Jan 2021 03:16:29 +0000 (19:16 -0800)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 20 Jan 2021 00:17:27 +0000 (20:17 -0400)
commit9f206f7398f6f6ec7dd0198c045c2459b4f720b6
tree72d7fe0752e0e98b3cd0a6321b84c9b33be80b8f
parenta372173bf314d374da4dd1155549d8ca7fc44709
RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC

The PVRDMA device HW interface defines network_hdr_type according to an
old definition of the internal kernel rdma_network_type enum that has
since changed, resulting in the wrong rdma_network_type being reported.

Fix this by explicitly defining the enum used by the PVRDMA device and
adding a function to convert the pvrdma_network_type to rdma_network_type
enum.

Cc: stable@vger.kernel.org # 5.10+
Fixes: 1c15b4f2a42f ("RDMA/core: Modify enum ib_gid_type and enum rdma_network_type")
Link: https://lore.kernel.org/r/1611026189-17943-1-git-send-email-bryantan@vmware.com
Reviewed-by: Adit Ranadive <aditr@vmware.com>
Signed-off-by: Bryan Tan <bryantan@vmware.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c
include/uapi/rdma/vmw_pvrdma-abi.h