[openib-general] [PATCH] ib_verbs.h (Roland's branch): Use pointer to madhdr rather than mad in send WR ud structure

Hal Rosenstock halr at voltaire.com
Wed Oct 6 11:36:16 PDT 2004


ib_verbs.h: Use pointer to madhdr rather than mad in send WR ud
structure
We'll go the rest of the way on this when RMPP is implemented.
(This patch applies to Roland's branch).


Index: ib_verbs.h
===================================================================
--- ib_verbs.h  (revision 944)
+++ ib_verbs.h  (working copy)
@@ -523,7 +523,7 @@
                } atomic;
                struct {
                        struct ib_ah *ah;
-                       struct ib_mad *mad;
+                       struct ib_mad_hdr *mad_hdr;
                        u32     remote_qpn;
                        u32     remote_qkey;
                        int     timeout_ms; /* valid for MADs only */





More information about the general mailing list