* [PATCH] libibverbs: Make it easy to interpret struct ibv_gid as four 32-bit words
@ 2011-10-10 17:43 Bart Van Assche
0 siblings, 0 replies; only message in thread
From: Bart Van Assche @ 2011-10-10 17:43 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Roland Dreier
Signed-off-by: Bart Van Assche <bvanassche-HInyCGIudOg@public.gmane.org>
---
include/infiniband/verbs.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/infiniband/verbs.h b/include/infiniband/verbs.h
index ad9d524..656abb8 100644
--- a/include/infiniband/verbs.h
+++ b/include/infiniband/verbs.h
@@ -57,6 +57,7 @@ BEGIN_C_DECLS
union ibv_gid {
uint8_t raw[16];
+ uint32_t u32[4];
struct {
uint64_t subnet_prefix;
uint64_t interface_id;
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-10 17:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 17:43 [PATCH] libibverbs: Make it easy to interpret struct ibv_gid as four 32-bit words Bart Van Assche
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.