From: Moni Shoua <monis@xxxxxxxxxxxx> The new QP type for vendor QP is added to the reflect the change in the kernel. Signed-off-by: Moni Shoua <monis@xxxxxxxxxxxx> --- libibverbs/verbs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libibverbs/verbs.h b/libibverbs/verbs.h index b39dc30..95594dc 100644 --- a/libibverbs/verbs.h +++ b/libibverbs/verbs.h @@ -813,7 +813,8 @@ enum ibv_qp_type { IBV_QPT_UD, IBV_QPT_RAW_PACKET = 8, IBV_QPT_XRC_SEND = 9, - IBV_QPT_XRC_RECV + IBV_QPT_XRC_RECV, + IBV_QPT_VENDOR = 0xfff, }; struct ibv_qp_cap { -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html