Re: mlx4: propagate node_description changes down to FW

2010-10-04 Thread Or Gerlitz
Jack Morgenstein wrote: I have not yet submitted the patch to the list. sounds like its about time to do that... could you send this to review/merge into 2.6.37? From what was commented here and further looking, the sentence [...] Upon receiving this trap, OpenSM initiates a heavy sweep,

[PATCH] mlx4: propagate node_description changes down to FW to generate trap 144

2010-10-04 Thread Jack Morgenstein
The Node Description cannot be changed via MADs (it is read-only). Until now, it was changed in the driver via sysfs, and the new Node Description was simply inserted by the driver into MAD responses (replacing the description returned by FW). Until now, openibd used the sysfs interface to change

[PATCH] opensm/osm_state_mgr.c: Don't signal DISCOVER to SM state machine when already DISCOVERING

2010-10-04 Thread Hal Rosenstock
Eliminate this illegal state machine transition which triggers the following log message: sm_state_mgr_signal_error: ERR 3207: Invalid signal OSM_SM_SIGNAL_DISCOVER in state DISCOVERING This is observed when the SM port is down. Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git

[PATCH] umad.{c,h}: moving stdlib.h include from C to H file

2010-10-04 Thread Yevgeny Kliteynik
umad.h uses size_t type, which requires stdlib.h Signed-off-by: Yevgeny Kliteynik klit...@dev.mellanox.co.il --- libibumad/include/infiniband/umad.h |1 + libibumad/src/umad.c|1 - 2 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] ibnetdiscover: fix error when discovery started on node with more that one port

2010-10-04 Thread Hal Rosenstock
Eli, Isn't this the same as what I submitted back on 8/25 and subsequently applied (http://www.spinics.net/lists/linux-rdma/msg05590.html) ? -- Hal On Mon, Oct 4, 2010 at 6:12 AM, Eli Dorfman (Voltaire) dorfman@gmail.com wrote: When discovery is started on a node with more than one active

[PATCH] ibstat.c: fix core dump if wrong port phys state is reported

2010-10-04 Thread Yevgeny Kliteynik
Signed-off-by: Yevgeny Kliteynik klit...@dev.mellanox.co.il --- infiniband-diags/src/ibstat.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/infiniband-diags/src/ibstat.c b/infiniband-diags/src/ibstat.c index f655a13..f51d17b 100644 --- a/infiniband-diags/src/ibstat.c

[PATCH] ibnetdiscover: fix error when discovery started on node with more that one port

2010-10-04 Thread Eli Dorfman (Voltaire)
When discovery is started on a node with more than one active port it tries to send mads from second Hca port and fails. ibnetdiscover should not try and extend_path from Hca except for starting point. Signed-off-by: Eli Dorfman e...@voltaire.com ---

Software iWARP (SIW) patches

2010-10-04 Thread Bernard Metzler
All, many thanks for your suggestions and help in preparing a set of patches to add an in-kernel, full-software iWARP stack. As suggested, the patches are against the current net-next-2.6.git repository, all version dependencies etc. are removed. To avoid redundancy, the patches will be posted to

RE: Software iWARP (SIW) patches

2010-10-04 Thread Hefty, Sean
To avoid redundancy, the patches will be posted to the netdev list only. Please copy Linux-rdma on the patches. -- 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