[openib-general] [PATCH] ib_verbs.h (Roland's branch): Add MAD pointer to send WR ud structure

2004-10-06 Thread Hal Rosenstock
ib_verbs.h (Roland's branch): Add MAD pointer to send WR ud structure

This is to allow the MAD layer to poke at the MAD header without using
bus_to_virt().

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


___
openib-general mailing list
[EMAIL PROTECTED]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general


Re: [openib-general] [PATCH] ib_verbs.h (Roland's branch): Add MAD pointer to send WR ud structure

2004-10-06 Thread Roland Dreier
thanks, applied.
___
openib-general mailing list
[EMAIL PROTECTED]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general