[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1225239374.5269.251.camel@localhost>
Date: Tue, 28 Oct 2008 17:16:14 -0700
From: Joe Perches <joe@...ches.com>
To: Roland Dreier <rdreier@...co.com>
Cc: Harvey Harrison <harvey.harrison@...il.com>,
David Miller <davem@...emloft.net>,
linux-netdev <netdev@...r.kernel.org>,
general@...ts.openfabrics.org, Sean Hefty <sean.hefty@...el.com>,
Hal Rosenstock <hal.rosenstock@...il.com>
Subject: [PATCH] infiniband: Add struct in6_addr addr to union ib_gib
ib_gid's can be print'd using the new %p6 facility
Signed-off-by: Joe Perches <joe@...ches.com>
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 936e333..464ed9d 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -47,6 +47,7 @@
#include <linux/list.h>
#include <linux/rwsem.h>
#include <linux/scatterlist.h>
+#include <linux/in6.h>
#include <asm/atomic.h>
#include <asm/uaccess.h>
@@ -57,6 +58,7 @@ union ib_gid {
__be64 subnet_prefix;
__be64 interface_id;
} global;
+ struct in6_addr addr;
};
enum rdma_node_type {
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists