[ewg] [PATCH] IB/libibvervs: Expose the "request for checksum" in send flags
Moni Shoua
monis at Voltaire.COM
Wed Feb 2 07:30:23 PST 2011
Signed-off-by: Aleksey Senin <alekseys at voltaire.com>
Reviewed-by: Moni Shoua <monis at voltaire.com>
--
Index: libibverbs-1.1.3/include/infiniband/verbs.h
===================================================================
--- libibverbs-1.1.3.orig/include/infiniband/verbs.h 2010-05-27 11:18:31.000000000 +0300
+++ libibverbs-1.1.3/include/infiniband/verbs.h 2010-06-02 08:59:24.000000000 +0300
@@ -515,7 +515,8 @@
IBV_SEND_FENCE = 1 << 0,
IBV_SEND_SIGNALED = 1 << 1,
IBV_SEND_SOLICITED = 1 << 2,
- IBV_SEND_INLINE = 1 << 3
+ IBV_SEND_INLINE = 1 << 3,
+ IBV_SEND_IP_CSUM = 1 << 4
};
struct ibv_sge {
More information about the ewg
mailing list