Re: [PATCH V2 2/5] infiniband-diags: Allow specification of an mkey to use on the command line

2012-04-24 Thread Ira Weiny
list to refactor all the man pages and make sure they are up to date. That said yes we should update the commands which support mkey for now. Ira -- Hal snip... -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from

[PATCH 1/2] infiniband-diags: mark duplicate/lower performing scripts as deprecated.

2012-04-25 Thread Ira Weiny
I am moving forward with this to get the man pages cleaned up. I don't want to work on man pages for tools I am deprecating. Inform user of alternatives if available. Signed-off-by: Ira Weiny wei...@llnl.gov --- man/infiniband-diags.8.in |2 +- scripts/ibcheckerrors.in|7

[PATCH 2/2] infiniband-diags: move deprecated scripts to compat rpm

2012-04-25 Thread Ira Weiny
In addition remove them from the make install target unless autoconf'ed on. Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am | 77 + configure.in | 12 + infiniband-diags.spec.in | 115

[PATCH 1/2 V2] infiniband-diags: mark duplicate/lower performing scripts as deprecated.

2012-04-25 Thread Ira Weiny
Inform user of alternatives if available. Changes since V1: Add set_nodedesc.sh Signed-off-by: Ira Weiny wei...@llnl.gov --- man/infiniband-diags.8.in |2 +- scripts/ibcheckerrors.in|7 --- scripts/ibcheckerrs.in |8 scripts/ibchecknet.in

[PATCH 2/2 V2] infiniband-diags: move deprecated scripts to compat rpm

2012-04-25 Thread Ira Weiny
tool list in Makefile.am and spec.in files Add set_nodedesc.sh Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am | 76 configure.in | 12 infiniband-diags.spec.in | 124

Re: ibstat does not recognize iWARP RNIC adapters

2012-04-26 Thread Ira Weiny
: 0x Link layer: Ethernet [root@t4-2 libibumad-1.3.7]# -- 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 -- Ira Weiny Member

Re: ibstat does not recognize iWARP RNIC adapters

2012-04-27 Thread Ira Weiny
On Fri, 27 Apr 2012 08:19:15 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 4/26/2012 9:40 PM, Ira Weiny wrote: On Thu, 26 Apr 2012 08:47:21 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 4/25/2012 8:38 PM, Troy Leedberg wrote: I noticed that doing ibstat, none

Re: ibstat does not recognize iWARP RNIC adapters

2012-04-27 Thread Ira Weiny
to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message

Re: [PATCH] libibmad/fields.c: Update counter offsets for PortExtendedSpeedsCounters

2012-04-30 Thread Ira Weiny
, FECUncorrectableBlockCtrLane9, mad_dump_uint}, + {1056, 32, FECUncorrectableBlockCtrLane10, mad_dump_uint}, + {1088, 32, FECUncorrectableBlockCtrLane11, mad_dump_uint}, {0, 0}, /* IB_PESC_LAST_F */ /* -- Ira Weiny Member of Technical Staff Lawrence

[PATCH] infiniband-diags: remove mad.h from ibstat

2012-04-30 Thread Ira Weiny
ibstat does not require libibmad directly. The change to ibdiag_common was required because of the conflict between the define in ib_types.h and enum in mad.h which presented itself after the fix in ibstat. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/ibdiag_common.h |2 +- src

[PATCH] infiniband-diags: remove SMI class registration where possible

2012-04-30 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- src/ibccconfig.c|5 ++--- src/ibccquery.c |5 ++--- src/ibdiag_common.c |4 src/ibping.c|5 ++--- src/perfquery.c |6 ++ src/vendstat.c |6 ++ 6 files changed, 14 insertions(+), 17

Re: [PATCH] infiniband-diags/src/ibccquery.c: Fix CACongestionSetting inputs

2012-04-30 Thread Ira Weiny
of Congestion Control Table, NULL -- 1.7.1 -- 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 -- Ira Weiny Member of Technical

[PATCH] infiniband-diags: remove -u common option

2012-05-03 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- src/ibdiag_common.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/ibdiag_common.c b/src/ibdiag_common.c index a4e8cfa..2f12c46 100644 --- a/src/ibdiag_common.c +++ b/src/ibdiag_common.c @@ -209,7 +209,6 @@ static int

[PATCH] infiniband-diags: smpdump fix option 'string'

2012-05-03 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- src/smpdump.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/smpdump.c b/src/smpdump.c index a6c4dfa..1e79c52 100644 --- a/src/smpdump.c +++ b/src/smpdump.c @@ -215,7 +215,7 @@ int main(int argc, char *argv

[PATCH] infiniband-diags: update ib[hosts|switches|routers] to standard options

2012-05-03 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- scripts/ibhosts.in|6 +++--- scripts/ibrouters.in |6 +++--- scripts/ibswitches.in |6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/ibhosts.in b/scripts/ibhosts.in index 08b2f83..20abdf3 100644

[PATCH] infiniband-diags: move deprecated scripts to compat rpm

2012-05-04 Thread Ira Weiny
commit 7cdad904b8d846cf3958a779561ede8bc59b5d05 missed ibclearerrors and ibclearcounters. Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6e519e1..de027b6 100644

[PATCH] infiniband-diags: move ibidsverify man page to main rpm

2012-05-04 Thread Ira Weiny
It was incorrectly put in the compat rpm. Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index de027b6..f720e21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,8 @@ man_MANS

[PATCH] infiniband-diags: fix ibidsverify portguid validation.

2012-05-04 Thread Ira Weiny
PortGUID may be equal to the NodeGUID of it's own node for 1 port. Duplicate PortGUID's on that node will be detected in insert_portguid Signed-off-by: Ira Weiny wei...@llnl.gov --- scripts/ibidsverify.pl | 17 - 1 files changed, 8 insertions(+), 9 deletions(-) diff --git

[PATCH] infiniband-diags: ibidsverify exit status 1 on errors found

2012-05-04 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- man/ibidsverify.8 |4 scripts/ibidsverify.pl | 14 ++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/man/ibidsverify.8 b/man/ibidsverify.8 index e3d9a03..d617387 100644 --- a/man/ibidsverify.8 +++ b/man

[PATCH] infiniband-diags: check_lft_balance.pl remove unused options

2012-05-09 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- scripts/check_lft_balance.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/check_lft_balance.pl b/scripts/check_lft_balance.pl index 395096c..d848cb5 100755 --- a/scripts/check_lft_balance.pl +++ b/scripts

Re: watchdog timer

2012-05-22 Thread Ira Weiny
, except under load. Think its working now. bob btw Ira, you get to trade every ! into a beer the next time I see you. !!! - there, an even 6 pack No need. I'm glad I finally had something to contribute after all these years. Ira On 05/21/2012 10:08 AM, Ira Weiny wrote: On Fri

Re: [PATCH] libibmad/dump.c: clean up boundary conditions in dump routines

2012-05-25 Thread Ira Weiny
, IB_PC_VL_XMIT_TIME_CONG_FIRST_F, IB_PC_VL_XMIT_TIME_CONG_LAST_F); } -- 1.7.9.2 -- 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 -- Ira Weiny

Re: [PATCH][TRIVIAL] infiniband-diags: clean up exclude arguments to ibdiag_process_opts()

2012-05-30 Thread Ira Weiny
...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord

Re: [PATCH] opensm: Add per module logging support

2012-05-30 Thread Ira Weiny
-support.patch -- 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 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei

Re: [PATCH V3 1/8] infiniband-diags: Obfuscate sensitive output by default

2012-05-31 Thread Ira Weiny
, process_opt, + ibdiag_process_opts(argc, argv, NULL, DK, opts, process_opt, usage_args, usage_examples); argc -= optind; -- 1.7.9.2 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe

Re: [PATCH V3 2/8] infiniband-diags: install config file mode 400

2012-05-31 Thread Ira Weiny
)/etc/ibdiag.conf $(DESTDIR)/$(sysconfdir)/infiniband-diags -- 1.7.9.2 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord

Re: [PATCH V3 3/8] infiniband-diags/ibportstate.c: Display MKey, lease, and protect bits

2012-05-31 Thread Ira Weiny
); if (is_mlnx_ext_port_info_supported(rem_devid)) show_ext_port_info(peerportid, data2, peerlocalportnum); -- 1.7.9.2 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from

Re: [PATCH V3.1 4/8] infiniband-diags: Allow specification of an mkey to use on the command line

2012-05-31 Thread Ira Weiny
, + ibdiag_process_opts(argc, argv, NULL, DKy, opts, process_opt, usage_args, usage_examples); argc -= optind; -- 1.7.9.2 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line

Re: [PATCH V3 5/8] infiniband-diags/ibportstate.c: Support changing MKey, lease, and protect bits

2012-05-31 Thread Ira Weiny
) + mad_set_field(data, 0, IB_PORT_MKEY_PROT_BITS_F, + mkeyprot); + set_port_info(portid, data, portnum, espeed_cap, is_switch); } else if (is_switch portnum) { -- 1.7.9.2 -- Ira Weiny Member of Technical Staff Lawrence

Re: [PATCH V3 6/8] infiniband-diags: Add m_key option to config file

2012-05-31 Thread Ira Weiny
) { + ibd_mkey = strtoull(val_str, 0, 0); } } -- 1.7.9.2 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord

Re: [PATCH V3.1 7/8] ib-diags/saquery: Fix smkey handling

2012-05-31 Thread Ira Weiny
(); } - smkey = strtoull(optarg, NULL, 0); + ibd_sakey = strtoull(optarg, NULL, 0); break; case 'p': query_type = IB_SA_ATTR_PATHRECORD; -- 1.7.9.2 -- Ira Weiny Member of Technical Staff Lawrence Livermore National

Re: [PATCH V3.1 8/8] infiniband-diags: Add sa_smkey option to config file

2012-05-31 Thread Ira Weiny
(val_str, 0, 0); + } else if (strncmp(name, sa_key, +strlen(sa_key)) == 0) { + ibd_sakey = strtoull(val_str, 0, 0); } } -- 1.7.9.2 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab

Re: [PATCH V3.1 8/8] infiniband-diags: Add sa_smkey option to config file

2012-05-31 Thread Ira Weiny
have added the following patch to document the default better. Ira infiniband-diags: saquery clarify default smkey option value Signed-off-by: Ira Weiny wei...@llnl.gov --- doc/rst/saquery.8.in.rst |5 - src/saquery.c|4 +++- 2 files changed, 7 insertions(+), 2 deletions

[PATCH] infiniband-diags: Add SMP/QP0 usage explanation to general man page

2012-05-31 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- doc/rst/infiniband-diags.8.in.rst | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/doc/rst/infiniband-diags.8.in.rst b/doc/rst/infiniband-diags.8.in.rst index 6a86ae2..9cd4524 100644 --- a/doc/rst/infiniband-diags

Re: [PATCH V3.1 8/8] infiniband-diags: Add sa_smkey option to config file

2012-05-31 Thread Ira Weiny
On Thu, 31 May 2012 19:30:15 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 5/31/2012 6:25 PM, Ira Weiny wrote: On Thu, 31 May 2012 07:56:17 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 5/30/2012 6:15 PM, Jim Foraker wrote: Defines a default for the smkey used in SA

Re: [PATCH] infiniband-diags: Add SMP/QP0 usage explanation to general man page

2012-05-31 Thread Ira Weiny
On Thu, 31 May 2012 19:35:32 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 5/31/2012 7:02 PM, Ira Weiny wrote: Signed-off-by: Ira Weiny wei...@llnl.gov --- doc/rst/infiniband-diags.8.in.rst | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff

[ANNOUNCE] libibmad 1.3.9 release

2012-05-31 Thread Ira Weiny
or downloads.openfabrics.org. -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- 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

Re: [ANNOUNCE] libibmad 1.3.9 release

2012-05-31 Thread Ira Weiny
On Thu, 31 May 2012 16:59:45 -0700 Ira Weiny wei...@llnl.gov wrote: There is a new release of libibmad. Tarball available at:[*] I have managed to fix this problem. I was confused on the server change. libibmad is now available at: http://downloads.openfabrics.org/management/libibmad

Re: [PATCH] infiniband-diags: Add SMP/QP0 usage explanation to general man page

2012-05-31 Thread Ira Weiny
On Thu, 31 May 2012 21:06:03 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 5/31/2012 7:58 PM, Ira Weiny wrote: On Thu, 31 May 2012 19:35:32 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 5/31/2012 7:02 PM, Ira Weiny wrote: Signed-off-by: Ira Weiny wei...@llnl.gov

[ANNOUNCE] infiniband-diags 1.6.0 release

2012-05-31 Thread Ira Weiny
-diags/ibportstate.c: Add newly added options to usage infiniband-diags/ibportstate.c: Remove an extra space from warning message Hefty, Sean (1): RE: [PATCH v2] ib-diags: Add cast to fix build on windows Ira Weiny (50): infiniband-diags: ibnetdisc Wrap header for use in C++ code

[PATCH] infiniband-diags: saquery avoid a potential seg fault in libibmad

2012-06-01 Thread Ira Weiny
The common function sa_query should pass the correct data size to mad_build_pkt for it's internal memcpy. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/ibdiag_common.h |2 +- src/ibdiag_common.c |5 +++-- src/saquery.c | 34 ++ 3

[PATCH] libibumad: update umad_recv man page.

2012-06-28 Thread Ira Weiny
Document the umad and length parameters better. Signed-off-by: Ira Weiny wei...@llnl.gov --- man/umad_recv.3 | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/man/umad_recv.3 b/man/umad_recv.3 index e1b2985..3c93c4a 100644 --- a/man/umad_recv.3 +++ b/man

Re: [PATCH] libibumad: update umad_recv man page.

2012-06-29 Thread Ira Weiny
On Fri, 29 Jun 2012 10:10:42 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 6/28/2012 9:13 PM, Ira Weiny wrote: Document the umad and length parameters better. Signed-off-by: Ira Weiny wei...@llnl.gov --- man/umad_recv.3 | 18 +- 1 files changed, 17

[PATCH V2] libibumad: update umad_recv man page.

2012-07-03 Thread Ira Weiny
Document the umad_recv length parameter better. Changes since V1: add comments from Hal Signed-off-by: Ira Weiny wei...@llnl.gov --- man/umad_recv.3 | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/man/umad_recv.3 b/man/umad_recv.3 index

[PATCH 0/10] Performance Manager cleanups.

2012-07-03 Thread Ira Weiny
-to-perfmgr-print_coun.patch 0008-opensm-console-add-abreviations-for-perfmgr-commands.patch 0009-opensm-console-Add-human-readable-output-for-perfmgr.patch 0010-opensm-console-add-perfmgr-print_errors-pe-console-c.patch Thanks, Ira -- Ira Weiny Member of Technical Staff

[PATCH 01/10] opensm/perfmgr: Add config option to ignore Channel Adapters.

2012-07-03 Thread Ira Weiny
On many fabrics nodes have monitoring software which can querry counters on the nodes (CA's) themselves. In this case it may be more efficient to keep this perfmgr traffic off the subnet. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr.h |1 + include

[PATCH 02/10] opensm/console: protect against 0 entered for the perfmgr sweep_time

2012-07-03 Thread Ira Weiny
The config file already has a check for 0. This adds the same check to the console perfmgr sweep_time command. Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_console.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/opensm/osm_console.c b

[PATCH 03/10] opensm: perfmgr fix dump_counters

2012-07-03 Thread Ira Weiny
Mark ports in the DB as invalid until data arrives. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr_db.h |1 + opensm/osm_perfmgr_db.c | 18 ++ 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/include/opensm/osm_perfmgr_db.h

[PATCH 04/10] opensm: perfmgr delete inactive nodes from the DB

2012-07-03 Thread Ira Weiny
When a node drops from the fabric the default behavior was to leave the node data in the PerfMgr DB. Add the option (with default set to TRUE) to delete these inactive or missing nodes from the DB. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr.h| 11

[PATCH 05/10] opensm: perfmgr mark inactive nodes in perfmgr db

2012-07-03 Thread Ira Weiny
When missing nodes are not removed by default mark them as inactive. In addition, add a console option to remove them. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr.h|7 include/opensm/osm_perfmgr_db.h |5 +++ opensm/osm_console.c|8

[PATCH 06/10] opensm/console: add print all to print_counters console command

2012-07-03 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr_db.h |1 + opensm/osm_console.c| 12 opensm/osm_perfmgr.c| 15 +-- opensm/osm_perfmgr_db.c | 19 +++ 4 files changed, 33 insertions(+), 14

[PATCH 07/10] opensm/console; add port option to perfmgr print_counters

2012-07-03 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr.h|3 ++- include/opensm/osm_perfmgr_db.h |6 -- opensm/osm_console.c| 20 +--- opensm/osm_perfmgr.c|7 --- opensm/osm_perfmgr_db.c | 33

[PATCH 08/10] opensm/console: add abreviations for perfmgr commands

2012-07-03 Thread Ira Weiny
Add: pm for perfmgr pc for print_counters Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_console.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/opensm/osm_console.c b/opensm/osm_console.c index af32b51..cd41286 100644 --- a/opensm

[PATCH 09/10] opensm/console: Add human readable output for perfmgr data counters

2012-07-03 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_perfmgr_db.c | 93 ++- 1 files changed, 76 insertions(+), 17 deletions(-) diff --git a/opensm/osm_perfmgr_db.c b/opensm/osm_perfmgr_db.c index 6f9c1ab..ea6fe19 100644 --- a/opensm

[PATCH 10/10] opensm/console: add perfmgr print_errors (pe) console command.

2012-07-03 Thread Ira Weiny
Only print ports with error counters 0 Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr.h|2 +- include/opensm/osm_perfmgr_db.h |6 +- opensm/osm_console.c| 14 +- opensm/osm_perfmgr.c| 10 ++-- opensm/osm_perfmgr_db.c

Re: [PATCH] infiniband-diags/ibnetdiscover: fix no port 0 info segmentation fault

2012-07-03 Thread Ira Weiny
; + } fdr10 = mad_get_field(port-ext_info, 0, IB_MLNX_EXT_PORT_LINK_SPEED_ACTIVE_F); nodename = remap_node_name(node_name_map, -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov

Re: [PATCH V2] libibumad: update umad_recv man page.

2012-07-06 Thread Ira Weiny
On Fri, 06 Jul 2012 14:34:24 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/3/2012 12:55 PM, Ira Weiny wrote: Document the umad_recv length parameter better. Changes since V1: add comments from Hal Signed-off-by: Ira Weiny wei...@llnl.gov --- man/umad_recv.3

Re: [PATCH V2] libibumad: update umad_recv man page.

2012-07-06 Thread Ira Weiny
On Fri, 06 Jul 2012 15:32:51 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/6/2012 3:24 PM, Ira Weiny wrote: On Fri, 06 Jul 2012 14:34:24 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/3/2012 12:55 PM, Ira Weiny wrote: Document the umad_recv length parameter

[PATCH V3] libibumad: update umad_recv man page.

2012-07-07 Thread Ira Weiny
Document the umad_recv length parameter better. Changes since V1: add comments from Hal Changes since V2: Change should to must Signed-off-by: Ira Weiny wei...@llnl.gov --- man/umad_recv.3 | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] ibnetdiscover: fix not showing FDR10 speeds

2012-07-07 Thread Ira Weiny
...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord

Re: [PATCH] mcm_rereg_test.c: Fix a couple of output messages

2012-07-07 Thread Ira Weiny
in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body

Re: [PATCH] iblinkinfo: fix no port 0 info segmentation fault

2012-07-07 Thread Ira Weiny
); -- 1.7.1 -- 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 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei

Re: Patchwork back online

2012-07-10 Thread Ira Weiny
patches to Alex Netes and diags patches to Ira Weiny. Can someone refresh my memory about who looks after libibumad? Is that Alex too? Yes, and I went ahead and delegated my patch for libibumad to Alex. Hope you don't mind. Anyway, Alex and Ira, if you guys update patchwork when you apply

Re: [PATCHv2] infiniband-diags: Support MLNX ExtendedPortInfo for ConnectIB device

2012-07-10 Thread Ira Weiny
-- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- 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

Re: [PATCH] infiniband-diags: Fix RPM build error

2012-07-11 Thread Ira Weiny
_perldir %(perl -e 'use Config; $T=$Config{installvendorlib}; print $T;') %{_perldir}/* %{_sysconfdir}/* == Does this not work??? %doc README COPYING ChangeLog Ira -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov

Re: [PATCH] infiniband-diags/perfquery.c: Fix compile warning

2012-07-11 Thread Ira Weiny
...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org

[PATCH V2 07/10] opensm/console; add port option to perfmgr print_counters

2012-07-11 Thread Ira Weiny
Changes since V1: My rebase got cross wired for the console help message. Fix this. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr.h|3 ++- include/opensm/osm_perfmgr_db.h |6 -- opensm/osm_console.c| 13 ++--- opensm

[PATCH V2 08/10] opensm/console: add abreviations for perfmgr commands

2012-07-11 Thread Ira Weiny
Add: pm for perfmgr pc for print_counters Changes since V1: My rebase got cross wired for the console help message. Fix this. Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_console.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git

[PATCH V2 10/10] opensm/console: add perfmgr print_errors (pe) console command.

2012-07-11 Thread Ira Weiny
Only print ports with error counters 0 Changes since V1: My rebase got cross wired for the console help message. Fix this. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_perfmgr.h|2 +- include/opensm/osm_perfmgr_db.h |6 +- opensm/osm_console.c

Re: [PATCH][TRIVIAL] infiniband-diags/vendstat.c: Commentary change

2012-07-12 Thread Ira Weiny
*/ + {0xc738, 0xc738}, /* Switch-X */ + {0x01b3, 0x01b3}, /* IS-4 */ + {0x1003, 0x1011}, /* Connect-X */ {0x, 0x}}; static int is_ext_fw_info_supported(uint16_t device_id) { -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925

[PATCH] opensm/perfmgr: add logging of error counters

2012-07-17 Thread Ira Weiny
expansion - Add perfmgr_log_errors flag (default true), allows users to reduce log spamming if they are using an alternate method to collect perfmgr data. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_subnet.h |1 + opensm/osm_perfmgr.c| 56

[PATCH V2] opensm/perfmgr: add logging of error counters

2012-07-17 Thread Ira Weiny
expansion - Add perfmgr_log_errors flag (default true), allows users to reduce log spamming if they are using an alternate method to collect perfmgr data. Changes since V1: Add help message within generated opensm.conf Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm

[PATCH] opensm/perfmgr/console: add 'pm sweep'

2012-07-17 Thread Ira Weiny
NOTE: The following applies after previous Performance Manager patches posted to the list. Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_console.c |8 +++- opensm/osm_perfmgr.c |7 ++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/opensm/osm_console.c

Re: Status of ECMP patch

2012-07-20 Thread Ira Weiny
...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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 -- Ira Weiny Member

Re: [PATCH] infiniband-diags: Fix command line parsing bug in ibccconfig, ibccquery, saquery, and smpquery.

2012-07-24 Thread Ira Weiny
://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- 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

[PATCH] infiniband-diags: combine common alias option processing

2012-07-24 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- include/ibdiag_common.h | 16 src/ibccconfig.c| 21 + src/ibccquery.c | 38 ++ src/ibdiag_common.c | 10 ++ src/smpquery.c | 38

[PATCH] opensm/perfmgr: fix endian conversion of PortCounters

2012-07-24 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_perfmgr_db.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/opensm/osm_perfmgr_db.c b/opensm/osm_perfmgr_db.c index a472287..17e839b 100644 --- a/opensm/osm_perfmgr_db.c +++ b/opensm/osm_perfmgr_db.c

Re: [PATCH 04/10] opensm: perfmgr delete inactive nodes from the DB

2012-07-25 Thread Ira Weiny
On Wed, 25 Jul 2012 15:57:58 +0300 Alex Netes ale...@mellanox.com wrote: Hi Ira, On 16:53 Tue 03 Jul , Ira Weiny wrote: When a node drops from the fabric the default behavior was to leave the node data in the PerfMgr DB. Add the option (with default set to TRUE) to delete

Work completion error: transport retry counter exceeded

2012-07-25 Thread Ira Weiny
| IBV_QP_RNR_RETRY | IBV_QP_SQ_PSN | IBV_QP_MAX_QP_RD_ATOMIC)) { return 1; } ... Thanks, Ira -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925

[PATCH] opensm: include release in osm_version.h

2012-07-26 Thread Ira Weiny
This ensures plugin compatibility. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_version.h.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/opensm/osm_version.h.in b/include/opensm/osm_version.h.in index d783245..7a29b77 100644 --- a/include

Re: [PATCH] opensm: include release in osm_version.h

2012-07-26 Thread Ira Weiny
Disregard this for now... I see there is more crazyness with OpenSM's gen_ver.sh script... :-( Ira On Thu, 26 Jul 2012 17:42:51 -0700 Ira Weiny wei...@llnl.gov wrote: This ensures plugin compatibility. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_version.h.in

Re: Work completion error: transport retry counter exceeded

2012-07-27 Thread Ira Weiny
Regards Albert -- 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 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei

Re: Work completion error: transport retry counter exceeded

2012-08-01 Thread Ira Weiny
On Fri, 27 Jul 2012 10:42:12 -0700 Ira Weiny wei...@llnl.gov wrote: First, I have gotten pulled into another project so I have not been able to debug this further. I __really__ appreciate all the responses and will report back when I have found more information. I feel really stupid

[PATCH] opensm/perfmgr: update new error codes to '54' prefix

2012-08-01 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_perfmgr.c | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/opensm/osm_perfmgr.c b/opensm/osm_perfmgr.c index 32357d9..ee2392c 100644 --- a/opensm/osm_perfmgr.c +++ b/opensm/osm_perfmgr.c

Re: [PATCH] infiniband-diags: Allow user to specify multiple ports

2012-09-20 Thread Ira Weiny
://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- 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

Re: [PATCH] infiniband-diags/src/perfquery.c: Fix all_ports corner case

2012-09-20 Thread Ira Weiny
; } -- 1.7.1 -- 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 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423

[PATCH] infiniband-diags: move sa query code into it's own common file

2012-09-21 Thread Ira Weiny
Also remove bind from handle name Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am |2 +- include/ibdiag_common.h | 46 -- include/ibdiag_sa.h | 92 + src/ibdiag_common.c | 165 - src

[PATCH] infiniband-diags: fix bug with loop ports where SMP queries are needed

2012-09-21 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- src/perfquery.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/perfquery.c b/src/perfquery.c index 605ece9..df8556b 100644 --- a/src/perfquery.c +++ b/src/perfquery.c @@ -659,7 +659,7 @@ static int process_opt(void

[PATCH] infiniband-diags: Fix SA error reporting for common MAD errors

2012-09-21 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- src/ibdiag_sa.c | 30 +++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/src/ibdiag_sa.c b/src/ibdiag_sa.c index 2b84bfa..2a9f008 100644 --- a/src/ibdiag_sa.c +++ b/src/ibdiag_sa.c @@ -192,19 +192,43

Re: opensm not reaching nodes

2012-10-11 Thread Ira Weiny
://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- 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

Re: [PATCH] infiniband-diags: Fix SA error reporting for common MAD errors

2012-10-12 Thread Ira Weiny
On Wed, 10 Oct 2012 10:28:50 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 9/21/2012 6:02 PM, Ira Weiny wrote: Signed-off-by: Ira Weiny wei...@llnl.gov --- src/ibdiag_sa.c | 30 +++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff

Re: if/how to dictate IB device name per PCI BDF

2012-10-12 Thread Ira Weiny
majordomo info at http://vger.kernel.org/majordomo-info.html -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] infiniband-diags/ibsysstat.c: Fix non default OUI operation

2012-11-01 Thread Ira Weiny
On Thu, 01 Nov 2012 08:35:41 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: Signed-off-by: Hal Rosenstock h...@mellanox.com Thanks applied, Ira -- 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

[PATCH] opensm: update performance manager documentation

2012-11-08 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- doc/performance-manager-HOWTO.txt | 35 --- 1 files changed, 8 insertions(+), 27 deletions(-) diff --git a/doc/performance-manager-HOWTO.txt b/doc/performance-manager-HOWTO.txt index 11f4185..7471c6f 100644

[PATCH 1/2] opensm: Fix incorrect use of sizeof

2012-11-12 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_helper.c | 53 ++- 1 files changed, 27 insertions(+), 26 deletions(-) diff --git a/opensm/osm_helper.c b/opensm/osm_helper.c index a24dd72..578f54a 100644 --- a/opensm/osm_helper.c +++ b

[PATCH 2/2] opensm: fix missing newline on DR path log messages

2012-11-12 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_helper.c | 46 ++ 1 files changed, 30 insertions(+), 16 deletions(-) diff --git a/opensm/osm_helper.c b/opensm/osm_helper.c index 578f54a..78286a2 100644 --- a/opensm/osm_helper.c +++ b/opensm

Re: [PATCH] Remove bashisms from infiniband-diags

2012-11-12 Thread Ira Weiny
system? Thanks, Ira -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- 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

Re: [PATCH] Remove bashisms from infiniband-diags

2012-11-15 Thread Ira Weiny
On Mon, 12 Nov 2012 15:44:54 -0800 Garrett Cooper yaneg...@gmail.com wrote: On Nov 12, 2012, at 3:22 PM, Ira Weiny wrote: On Sun, 11 Nov 2012 11:05:32 -0800 Garrett Cooper yaneg...@gmail.com wrote: Signed-off-by: Garrett Cooper gcoo...@isilon.com Please note that the following

Re: [PATCH] Remove bashisms from infiniband-diags

2012-11-26 Thread Ira Weiny
On Sun, 11 Nov 2012 11:05:32 -0800 Garrett Cooper yaneg...@gmail.com wrote: Signed-off-by: Garrett Cooper gcoo...@isilon.com Thanks applied, Ira -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line

Re: [PATCH] libibmad/dump.c: In mad_dump_mtu, don't set buf[0] to 0

2012-12-07 Thread Ira Weiny
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 -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line

<    1   2   3   4   5   6   7   8   9   >