New RAW_ETH QP type. It used for creation RAW Ethernet packets over iWARP and RDMAOE enabled NICs.
Signed-off-by: Aleksey Senin <[email protected]> --- 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 _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
