[ewg] [PATCH] libibverbs: add raw ethernet QP type IBV_QPT_RAW_ETH=7
Walukiewicz, Miroslaw
Miroslaw.Walukiewicz at intel.com
Tue May 4 09:14:24 PDT 2010
Roland, Tziporet
We want to add that patch and iWARP multicast acceleration patches to OFED 1.5.2 content.
Is it possible to add making the decision regarding these patches to nearest EWG/OFED meeting agenda?
Regards,
Mirek
-----Original Message-----
From: ewg-bounces at lists.openfabrics.org [mailto:ewg-bounces at lists.openfabrics.org] On Behalf Of Mirek Walukiewicz
Sent: Friday, April 30, 2010 6:47 PM
To: rdreier at cisco.com
Cc: ewg at openfabrics.org
Subject: [ewg] [PATCH] libibverbs: add raw ethernet QP type IBV_QPT_RAW_ETH=7
The patch enables usage of L2 raw ethernet QP type for user-space applications.
Miroslaw Walukiewicz
Signed-off-by: Mirek Walukiewicz <miroslaw.walukiewicz at intel.com>
---
include/infiniband/verbs.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/infiniband/verbs.h b/include/infiniband/verbs.h
index 0f1cb2e..55cea89 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_ETH = 7
};
struct ibv_qp_cap {
_______________________________________________
ewg mailing list
ewg at lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
More information about the ewg
mailing list