Re: [PATCH 11/11] osmtest/osmt_multicast.c: Fix some typos

2011-04-04 Thread Alex Netes
Hi Hal, On 14:38 Fri 01 Apr , Hal Rosenstock wrote: Signed-off-by: Hal Rosenstock h...@mellanox.com --- Applied, thanks. -- 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

[PATCH] infiniband-diags.spec.in: Added dump2psl.pl and dump2slvl.pl scripts

2011-04-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- infiniband-diags.spec.in |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/infiniband-diags.spec.in b/infiniband-diags.spec.in index c50ce09..93af427 100644 --- a/infiniband-diags.spec.in +++ b/infiniband-diags.spec.in

[PATCH] opensm/osm_base.h: Fix a commentary typo

2011-04-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/include/opensm/osm_base.h b/include/opensm/osm_base.h index fa4c78d..76af979 100644 --- a/include/opensm/osm_base.h +++ b/include/opensm/osm_base.h @@ -813,7 +813,7 @@ typedef enum _osm_thread_state { * Name * * DESCRIPTION -*

[PATCH] opensm/osm_sa.c: Fix commentary typo

2011-04-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/osm_sa.c b/opensm/osm_sa.c index 8076160..bbd1a56 100644 --- a/opensm/osm_sa.c +++ b/opensm/osm_sa.c @@ -1113,7 +1113,7 @@ int osm_sa_db_file_load(osm_opensm_t * p_osm) /* * If loading succeeded, do whatever

[PATCH] opensm/osm_subnet.c: Fix description of max_msg_fifo_timeout

2011-04-04 Thread Hal Rosenstock
MAD status of BUSY is not currently sent Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/osm_subnet.c b/opensm/osm_subnet.c index 228418f..61a59e4 100644 --- a/opensm/osm_subnet.c +++ b/opensm/osm_subnet.c @@ -1489,7 +1489,7 @@ int osm_subn_output_conf(FILE *out, IN

[PATCH] opensm/osm_sa_node_record.c: In nr_rcv_create_nr, only set some variables when needed

2011-04-04 Thread Hal Rosenstock
Also, cosmetic formatting change to log message Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/osm_sa_node_record.c b/opensm/osm_sa_node_record.c index ff08219..f135607 100644 --- a/opensm/osm_sa_node_record.c +++ b/opensm/osm_sa_node_record.c @@ -1,6 +1,6 @@ /* *

[PATCH] opensm/osm_sa_service_record.c: Cosmetic changes

2011-04-04 Thread Hal Rosenstock
Cosmetic simplification of component mask checks Also, cosmetic commentary change Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/osm_sa_service_record.c b/opensm/osm_sa_service_record.c index d9386fe..33c1f3b 100644 --- a/opensm/osm_sa_service_record.c +++

[PATCH] opensm/osm_helper.c: Add some missing fields to osm_dump_portinfo_record

2011-04-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/osm_helper.c b/opensm/osm_helper.c index 2597e50..db1cc29 100644 --- a/opensm/osm_helper.c +++ b/opensm/osm_helper.c @@ -892,9 +892,13 @@ void osm_dump_portinfo_record(IN osm_log_t * p_log,

[PATCH] osmtest/osmtest.c: Fix trap flow not implemented log message

2011-04-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/osmtest/osmtest.c b/osmtest/osmtest.c index 4854779..7ecc8ce 100644 --- a/osmtest/osmtest.c +++ b/osmtest/osmtest.c @@ -7367,7 +7367,7 @@ ib_api_status_t osmtest_run(IN osmtest_t * const p_osmt) }

[PATCH] opensm: Add OSM_VENDOR_ID_OPENIB support

2011-04-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/include/opensm/osm_base.h b/include/opensm/osm_base.h index fa4c78d..3735610 100644 --- a/include/opensm/osm_base.h +++ b/include/opensm/osm_base.h @@ -917,6 +917,7 @@ typedef enum _osm_sm_signal { #define OSM_VENDOR_ID_SUPERMICRO

[PATCH] opensm: Cosmetic changes

2011-04-04 Thread Hal Rosenstock
Some commentary and formatting changes Fix some typos Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/include/opensm/osm_mcm_port.h b/include/opensm/osm_mcm_port.h index 897f3ca..096f5f8 100644 --- a/include/opensm/osm_mcm_port.h +++ b/include/opensm/osm_mcm_port.h @@ -87,17

[PATCH] opensm/osm_pkey_mgr.c: Change log message to reflect used rather than max blocks

2011-04-04 Thread Hal Rosenstock
Eliminate no longer needed variable Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/osm_pkey_mgr.c b/opensm/osm_pkey_mgr.c index ce50f27..92f8f2b 100644 --- a/opensm/osm_pkey_mgr.c +++ b/opensm/osm_pkey_mgr.c @@ -386,7 +386,6 @@ static int

[PATCH] osmtest/osmt_multicast.c: In some multicast flows, insufficient comps should be a warning

2011-04-04 Thread Hal Rosenstock
rather than error (it's preferred but not required) Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/osmtest/osmt_multicast.c b/osmtest/osmt_multicast.c index b4e2a54..52577bc 100644 --- a/osmtest/osmt_multicast.c +++ b/osmtest/osmt_multicast.c @@ -1,6 +1,6 @@ /* * Copyright

Re: [PATCH 1/4] opensm/osm_perfmgr.c: issue ClassPortInfo as first query to each port.

2011-04-04 Thread Hal Rosenstock
On 3/24/2011 9:20 PM, Ira Weiny wrote: From: Ira Weiny wei...@sierra1.llnl.gov Date: Wed, 3 Nov 2010 13:23:23 -0700 Subject: [PATCH] opensm/osm_perfmgr.c: issue ClassPortInfo as first query to each port. Should it be an option as to whether or not to do this (and anything dependent on