From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: [ofa-general] ***SPAM*** [PATCH] infiniband: Add struct in6_addr addr to union ib_gib Date: Tue, 28 Oct 2008 17:16:14 -0700 Message-ID: <1225239374.5269.251.camel@localhost> References: <1225229901.11483.58.camel@brick> <1225234963.5269.228.camel@localhost> <1225236128.5269.240.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-netdev , David Miller , general@lists.openfabrics.org, Sean Hefty , Harvey Harrison To: Roland Dreier Return-path: In-Reply-To: <1225236128.5269.240.camel@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: netdev.vger.kernel.org ib_gid's can be print'd using the new %p6 facility Signed-off-by: Joe Perches 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 #include #include +#include #include #include @@ -57,6 +58,7 @@ union ib_gid { __be64 subnet_prefix; __be64 interface_id; } global; + struct in6_addr addr; }; enum rdma_node_type {