Re: changing subnet ID

2011-04-13 Thread Jason Gunthorpe
On Wed, Apr 13, 2011 at 03:18:31PM -0700, Bob Ciotti wrote: > Question with regard to changing the subnet prefix in OpenSM. > > We want to uniquely identify individual subnets via changing the > subnet prefix in OpenSM: I highly recommend assigning a uniqe GID prefix to all subnets. eg the ibtoo

changing subnet ID

2011-04-13 Thread Bob Ciotti
Question with regard to changing the subnet prefix in OpenSM. We want to uniquely identify individual subnets via changing the subnet prefix in OpenSM: /etc/ofa/opensm-ib0.conf:subnet_prefix 0xfe80 to something like /etc/ofa/opensm-ib0.conf:subnet_prefix 0xfe800100 Then

Re: [PATCH 1/3] infiniband-diags: saquery, exit with ENODEV when queries fail to find results

2011-04-13 Thread Ira Weiny
On Sat, 9 Apr 2011 05:04:22 -0700 Hal Rosenstock wrote: > On 4/8/2011 4:45 PM, Ira Weiny wrote: > > > > Subject: [PATCH 1/3] infiniband-diags: saquery, exit with ENODEV when > > queries fail to find results > > 0 records is a perfectly valid response to a GetTable and that's > different from a

Re: [PATCH] opensm: fixed segfault when enable qos on fabric with no switches

2011-04-13 Thread Jim Schutt
Alex Netes wrote: Signed-off-by: Alex Netes --- opensm/osm_qos.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Acked-by: Jim Schutt -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH] OpenSM - The DnUp routing algorithm.

2011-04-13 Thread Alex Netes
Hi Ken, On 13:29 Wed 13 Apr , Alex Netes wrote: > > > -Original Message- > From: Schmidt, Kenneth P [mailto:kenneth.schm...@pnl.gov] > Sent: Monday, March 28, 2011 3:49 AM > To: Alex Netes > Cc: Sasha Khapyorsky; Carr, Jared F > Subject: Re: [PATCH] OpenSM - The DnUp routing algorit

[PATCH] opensm: fixed segfault when enable qos on fabric with no switches

2011-04-13 Thread Alex Netes
Signed-off-by: Alex Netes --- opensm/osm_qos.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/osm_qos.c b/opensm/osm_qos.c index afea7bb..f353275 100644 --- a/opensm/osm_qos.c +++ b/opensm/osm_qos.c @@ -292,7 +292,7 @@ static int qos_endport_setup(osm_sm_t * sm,