Re: [PATCH] opensm: make loopback console compile on by default.

2011-07-11 Thread Weiny, Ira K.
On Jul 10, 2011, at 2:14 AM, Alex Netes wrote: Hi Ira, On 15:54 Wed 06 Jul , Ira Weiny wrote: The console is very useful for debugging and should be available in opensm.conf as an option. Generic socket is still an option which is off for security reasons. Signed-off-by: Ira

Re: [RFC] [PATCH 1/2] libibverbs: Allow 3rd party extensions to verb routines

2011-06-03 Thread Weiny, Ira K.
I'm not quite sure I understand the use for enum ibv_extension_type. Where/how is this used? Ira On Jun 3, 2011, at 5:34 PM, Hefty, Sean wrote: In order to support OFED or vendor specific calls, define a generic extension mechanism. This allows OFED, an RDMA vendor, or another registered

[PATCH v2] Return EPROTONOSUPPORT when an RDMA device lacks QP0

2011-05-22 Thread Weiny, Ira K.
On May 20, 2011, at 4:23 PM, Hefty, Sean wrote: mad_agent_priv-agent.mr = ib_get_dma_mr(port_priv-qp_info[qpn].qp- pd, IB_ACCESS_LOCAL_WRITE); in which case it may be safer to check for the NULL pointer. Can you confirm if this was the

Re: [PATCH v2] Return EPROTONOSUPPORT when an RDMA device lacks QP0

2011-05-22 Thread Weiny, Ira K.
On May 22, 2011, at 9:05 PM, Roland Dreier wrote: @@ -2738,6 +2745,7 @@ static void init_mad_qp(struct ib_mad_port_private *port_priv, spin_lock_init(qp_info-snoop_lock); qp_info-snoop_table = NULL; qp_info-snoop_table_size = 0; +qp_info-qp = NULL;

[PATCH] Return EPROTONOSUPPORT when an RDMA device lacks QP0

2011-05-20 Thread Weiny, Ira K.
We had a script which was looping through the devices returned from ibstat and attempted to register a SMI agent on an ethernet device. This caused a kernel panic. We have fixed our script. This patch prevents the panic. 0001-Return-EPROTONOSUPPORT-when-an-RDMA-device-lacks-QP0.patch

Re: opensm: file routing engine

2011-04-25 Thread Weiny, Ira K.
On Apr 22, 2011, at 1:37 PM, Paul Monday (Parallel Scientific) wrote: Thank you, your detail is greatly appreciated :) I have one other strange question ... is it possible to carve a single physical switch into two logical switches (put a cable between ports 16/17 and modify the routing

[PATCH] infiniband-diags: iblinkinfo; remove non-supported -c option from man page

2011-04-25 Thread Weiny, Ira K.
0001-infiniband-diags-iblinkinfo-remove-non-supported-c-o.patch Description: Binary data

[PATCH] libibmad: Remove libibnetdisc specific define

2011-04-25 Thread Weiny, Ira K.
0001-libibmad-Remove-libibnetdisc-specific-define.patch Description: Binary data

[PATCH] infiniband-diags: improve backwards/standalone compatibility

2011-04-25 Thread Weiny, Ira K.
0002-infiniband-diags-improve-backwards-standalone-compat.patch Description: Binary data

Re: [PATCH] infiniband-diags/ibnetdiscover: Make --ports option use remap_node_name()

2011-04-25 Thread Weiny, Ira K.
On Apr 25, 2011, at 10:29 AM, Jim Schutt wrote: From: Marcus Epperson mrep...@sandia.gov Signed-off-by: Marcus Epperson mrep...@sandia.gov Signed-off-by: Jim Schutt jasc...@sandia.gov --- Thanks applied, Ira -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the

Re: opensm: file routing engine

2011-04-22 Thread Weiny, Ira K.
On Apr 22, 2011, at 7:41 AM, Paul Monday (Parallel Scientific) wrote: I've been toying with the file routing engine implementation for some work I'm doing, but I'm finding very little documentation on it. I only have one switch to experiment with at the moment as well so some of the

Re: opensm: switch incorrectly reports IB_PORT_CAP_HAS_MCAST_FDB_TOP ?

2011-04-22 Thread Weiny, Ira K.
On Apr 22, 2011, at 11:19 AM, Jim Schutt wrote: Hi, I've been testing the current opensm development head (commit 83b67527d16 from git://git.openfabrics.org/~alexnetes/opensm), and I've been getting some messages that are new since version 3.3.7: Apr 22 12:08:09 646534 [411CD940] 0x01 -

Issues with patchwork?

2011-04-17 Thread Weiny, Ira K.
I just checked patchwork and it looks like those patches which were submitted since ~2/25/2011 are no longer there? This includes 3 patches which were in my todo list yesterday. Does anyone know what the issue is? Thanks, Ira -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] opensm: perfmgr, only set orig_lid when we have a valid port. Otherwise leave it as 0

2011-04-17 Thread Weiny, Ira K.
On Apr 17, 2011, at 8:21 AM, Hal Rosenstock wrote: On 4/15/2011 6:17 PM, Ira Weiny wrote: Subject: [PATCH] opensm: perfmgr, only set orig_lid when we have a valid port. Otherwise leave it as 0 Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_perfmgr.c |4 +++- 1 files

Re: [PATCH] opensm: perfmgr, only set orig_lid when we have a valid port. Otherwise leave it as 0

2011-04-17 Thread Weiny, Ira K.
On Apr 17, 2011, at 8:06 AM, Alex Netes wrote: Hi Ira, On 15:17 Fri 15 Apr , Ira Weiny wrote: Subject: [PATCH] opensm: perfmgr, only set orig_lid when we have a valid port. Otherwise leave it as 0 Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_perfmgr.c |4 +++-