[ewg] [PATCH] RAW_ETH enum in libibverbs
Aleksey Senin
alekseys at voltaire.com
Thu Jul 8 06:36:12 PDT 2010
Set RAW_ETH QP enum equal to '8' as it done in kernel
Signed-off-by: Aleksey Senin <alekseys at voltaire.com>
---
fixes/qpt_raw_eth.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fixes/qpt_raw_eth.patch b/fixes/qpt_raw_eth.patch
index feada69..67869f4 100644
--- a/fixes/qpt_raw_eth.patch
+++ b/fixes/qpt_raw_eth.patch
@@ -22,7 +22,7 @@ index fe9ab62..a340ffb 100644
IBV_QPT_UD,
- IBV_QPT_XRC
+ IBV_QPT_XRC,
-+ IBV_QPT_RAW_ETH = 7
++ IBV_QPT_RAW_ETH = 8
};
struct ibv_qp_cap {
--
1.6.4.2
More information about the ewg
mailing list