[PATCH] infiniband-diags: saquery: add qkey to -g output

2011-10-06 Thread Ira Weiny
Signed-off-by: Ira Weiny --- src/saquery.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/saquery.c b/src/saquery.c index bdf5e9a..1f30d2a 100644 --- a/src/saquery.c +++ b/src/saquery.c @@ -344,12 +344,14 @@ static void dump_multicast_group_record(void *data)

[PATCH] opensm: Add the precreation of multicast groups

2011-10-06 Thread Ira Weiny
Allow for the pre-creation of these groups on a partition by partition basis. P_Key is taken from the partition specification. Q_Key, TClass, rate, and mtu can be specified. For IP groups, rate and mtu are verified to match the broadcast groups parameters. P_Key can be specified in the mgid it

Re: [PATCH 2/3] RDMA/nes: Print ip address for critcal errors

2011-10-06 Thread Roland Dreier
> +               printk(KERN_ERR PFX "Remote ip addr = %u.%u.%u.%u\n", > +                       rem_addr[3], rem_addr[2], rem_addr[1], rem_addr[0]); Any reason this couldn't use %pI4 and be a lot cleaner? - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body

Re: [PATCH 0/4] iWARP MPAv2 Support

2011-10-06 Thread Roland Dreier
Thanks, I applied this series. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html