[ewg] RAW_ETH support [PATCH 1/2]

Aleksey Senin alekseys at voltaire.com
Tue Jun 8 06:51:44 PDT 2010


New RAW_ETH QP type.
It used for creation RAW Ethernet packets over  iWARP and RDMAOE enabled NICs.


Signed-off-by: Aleksey Senin <alekseys at voltaire.com>
---
 kernel_patches/fixes/core_0540_raw_eth.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 kernel_patches/fixes/core_0540_raw_eth.patch

diff --git a/kernel_patches/fixes/core_0540_raw_eth.patch b/kernel_patches/fixes/core_0540_raw_eth.patch
new file mode 100644
index 0000000..17e04dc
--- /dev/null
+++ b/kernel_patches/fixes/core_0540_raw_eth.patch
@@ -0,0 +1,12 @@
+Index: ofa_kernel-1.5.2/include/rdma/ib_verbs.h
+===================================================================
+--- ofa_kernel-1.5.2.orig/include/rdma/ib_verbs.h	2010-06-02 10:15:01.000000000 +0300
++++ ofa_kernel-1.5.2/include/rdma/ib_verbs.h	2010-06-02 10:18:58.000000000 +0300
+@@ -571,6 +571,7 @@
+ 	IB_QPT_UD,
+ 	IB_QPT_XRC,
+ 	IB_QPT_RAW_IPV6,
++	IB_QPT_RAW_ETH,
+ 	IB_QPT_RAW_ETY
+ };
+ 
-- 
1.6.4.2





More information about the ewg mailing list