diff mbox

libibverbs: Introduce a new QP type IBV_QPT_RAW_PACKET

Message ID 4C35D763.4050205@voltaire.com (mailing list archive)
State New, archived
Headers show

Commit Message

Aleksey Senin July 8, 2010, 1:49 p.m. UTC
None
diff mbox

Patch

diff --git a/include/infiniband/verbs.h b/include/infiniband/verbs.h
index 0f1cb2e..3941982 100644
--- a/include/infiniband/verbs.h
+++ b/include/infiniband/verbs.h
@@ -390,7 +390,8 @@  struct ibv_srq_init_attr {
 enum ibv_qp_type {
 	IBV_QPT_RC = 2,
 	IBV_QPT_UC,
-	IBV_QPT_UD
+	IBV_QPT_UD,
+	IBV_QPT_RAW_PACKET = 8
 };
 
 struct ibv_qp_cap {