Update enum rdma_network_type copy to match kernel version. Without this change provider/rxe will send incorrect network types to the kernel in send WQEs. This fix keeps rxe functional but should be replaced by a better implementation. Signed-off-by: Bob Pearson <rpearson@xxxxxxx> --- providers/rxe/rxe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/rxe/rxe.h b/providers/rxe/rxe.h index 96f4ee9c..46e6ce72 100644 --- a/providers/rxe/rxe.h +++ b/providers/rxe/rxe.h @@ -44,6 +44,7 @@ enum rdma_network_type { RDMA_NETWORK_IB, + RDMA_NETWORK_ROCE_V1, RDMA_NETWORK_IPV4, RDMA_NETWORK_IPV6 }; -- 2.25.1