Re: [PATCH] infiniband-diags/ibqueryerrors.c: Changes for extended link speeds

2011-08-18 Thread Ira Weiny
(void) { int i = 0; - printf(## Suppresed:); + printf(## Suppressed:); for (i = 0; i sup_total; i++) printf( %s, mad_field_name(suppressed_fields[i])); printf(\n); -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423

Re: [PATCH 1/2] infiniband-diags/libibnetdisc/ibnetdisc.c: Changes for extended link speeds

2011-08-18 Thread Ira Weiny
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 Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list

Re: [PATCH 2/2] infiniband-diags/ibnetdiscover.c: Changes for extended link speeds

2011-08-18 Thread Ira Weiny
) : + dump_linkspeedext_compat(espeed, ispeed)); if (port-remoteport) { rem_nodename = remap_node_name(node_name_map, port-remoteport-node-guid, -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore

[PATCH] infiniband-diags: move get_msg to common code

2011-08-18 Thread Ira Weiny
iblinkinfo and ibqueryerrors should share this. Signed-off-by: Ira Weiny wei...@llnl.gov --- include/ibdiag_common.h |4 ++ src/ibdiag_common.c | 76 + src/iblinkinfo.c| 77 +- src

[PATCH] opensm: add torus-2QoS to list of supported engine names

2011-08-19 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_subnet.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/osm_subnet.c b/opensm/osm_subnet.c index 3ba1f81..36ec3d7 100644 --- a/opensm/osm_subnet.c +++ b/opensm/osm_subnet.c @@ -1421,7 +1421,7 @@ int

Re: [PATCH 3/6] infiniband-diags: Add FDR10 support to ibnetdiscover and libibnetdisc

2011-08-21 Thread Ira Weiny
, port-remoteport-node-guid, -- 1.5.3 -- 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 Math Programmer/Computer Scientist Lawrence

Re: [PATCH 3/6] infiniband-diags: Add FDR10 support to ibnetdiscover and libibnetdisc

2011-08-21 Thread Ira Weiny
On Sun, 21 Aug 2011 20:56:08 -0700 Hal Rosenstock hal.rosenst...@gmail.com wrote: On Sun, Aug 21, 2011 at 11:36 PM, Ira Weiny wei...@llnl.gov wrote: On Fri, 19 Aug 2011 09:54:01 -0700 Hal Rosenstock h...@dev.mellanox.co.il wrote: Signed-off-by: Hal Rosenstock h...@mellanox.com

Re: [PATCH 1/6] infiniband-diags/man/ibportstate.8: Update for fdr

2011-08-21 Thread Ira Weiny
, speed, and espeed) based on the peer port. This checking is done when the port queried is a switch port as it relies on combined routing (an initial LID route with directed routing to the peer) which -- 1.5.3 -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore

[PATCH] infiniband-diags: add human readable output for data counters

2011-08-23 Thread Ira Weiny
conversion function is provided in ibdiag_common Signed-off-by: Ira Weiny wei...@llnl.gov --- include/ibdiag_common.h |7 + src/ibdiag_common.c | 66 +++ src/ibqueryerrors.c | 30 ++--- 3 files changed, 99

Re: [PATCHv2 2/6] infiniband-diags/ibportstate: Add support for FDR10

2011-08-31 Thread Ira Weiny
); + } } } } -- 1.5.3 -- Ira Weiny Math Programmer/Computer Scientist 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

Re: [PATCHv2] infiniband-diags/ibnetdiscover.c: Fix cap_mask endian for extended link speeds

2011-08-31 Thread Ira Weiny
, IB_PORT_LINK_SPEED_EXT_ACTIVE_F); else -- Ira Weiny Math Programmer/Computer Scientist 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: [PATCHv2 6/6] infiniband-diags/ibstat.c: Add support for FDR10

2011-08-31 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 Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCHv2 3/6] infiniband-diags/iblinkinfo.c: Add support for FDR10

2011-08-31 Thread Ira Weiny
name bump. commit 1e62d09ae5d7e4d43089deea07ceb94f8dfd49a0 Author: Hal Rosenstock h...@dev.mellanox.co.il Date: Wed Aug 31 15:26:42 2011 + infiniband-diags/ibqueryerrors.c: Add support for FDR10 Signed-off-by: Hal Rosenstock h...@mellanox.com Signed-off-by: Ira Weiny wei

Re: [PATCHv2] infiniband-diags: Fix cap_mask extended link speed supported endian checks

2011-08-31 Thread Ira Weiny
, IB_PORT_LINK_SPEED_EXT_ACTIVE_F); else -- Ira Weiny Math Programmer/Computer Scientist 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

[ANNOUNCE] libibmad 1.3.8 tarball release

2011-09-02 Thread Ira Weiny
: In ib_vendor_call_via, set errno Ira Weiny: libibmad: make IB_GUID_GUID0_F consistent with new GUIDInfo fields libibmad: Make new feild names consistent libibmad: Remove libibnetdisc specific define libibmad: Remove reference to OpenSM in COPYING file Update AUTHORS

[ANNOUNCE] infiniband-diags 1.5.9 tarball release

2011-09-02 Thread Ira Weiny
of ibdiscover.pl Ira Weiny: infiniband-diags: Add FDR10 support to libibnetdisc infiniband-diags: add human readable output for data counters infiniband-diags: add package requires to spec file. infiniband-diags: Add support for FDR10 to ibnetdiscover infiniband-diags

Re: [ANNOUNCE] libibmad 1.3.8 tarball release

2011-09-02 Thread Ira Weiny
My apologies to Al Chu. The patch: libibmad: Make new feild names consistent Was done by him. I must have screwed the am command or applied by hand. :-( Ira On Fri, 2 Sep 2011 15:01:55 -0700 Ira Weiny wei...@llnl.gov wrote: Hi, There is a new release of libibmad. Tarball

[PATCH] infiniband-diags: ibqueryerrors add query failure count

2011-09-20 Thread Ira Weiny
Report query failure count as part of summary Signed-off-by: Ira Weiny wei...@llnl.gov --- src/ibqueryerrors.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/ibqueryerrors.c b/src/ibqueryerrors.c index 8e0b336..fa116a9 100644 --- a/src/ibqueryerrors.c

[PATCH] infiniband-diags: ibnetdisc Wrap header for use in C++ code

2011-09-20 Thread Ira Weiny
From 4ec00110f416643f6715c89c4776fc9e0ea51d6f Mon Sep 17 00:00:00 2001 From: Ira Weiny wei...@llnl.gov Date: Mon, 19 Sep 2011 14:05:09 -0700 Signed-off-by: Ira Weiny wei...@llnl.gov --- libibnetdisc/include/infiniband/ibnetdisc.h |8 1 files changed, 8 insertions(+), 0 deletions

Re: [infiniband-diags] [libibmad] Support new ibccquery congestion control tool

2011-09-21 Thread Ira Weiny
-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://vger.kernel.org/majordomo-info.html

Re: [PATCH] infiniband-diags: ibnetdisc Wrap header for use in C++ code

2011-09-21 Thread Ira Weiny
On Wed, 21 Sep 2011 03:11:04 -0700 Bart Van Assche bvanass...@acm.org wrote: On Tue, Sep 20, 2011 at 7:45 PM, Ira Weiny wei...@llnl.gov wrote: +#ifdef __cplusplus +extern C { +#endif +  #include stdio.h  #include infiniband/mad.h  #include iba/ib_types.h It is bad style

Re: [infiniband-diags] [libibmad] Support new ibccquery congestion control tool

2011-09-21 Thread Ira Weiny
On Wed, 21 Sep 2011 08:49:34 -0700 Ira Weiny wei...@llnl.gov wrote: On Wed, 21 Sep 2011 07:17:38 -0700 Hal Rosenstock hal.rosenst...@gmail.com wrote: Hi Al, snip On 0001-Support-ibccquery-congestion-control-query-tool.patch, I'm worried about the following: + /* XXX

Re: ib-diags: compatability issue with ibstat

2011-09-21 Thread Ira Weiny
windows have sysfs like capabilities which would make the separate layer clean? Ira - Sean -- Ira Weiny Math Programmer/Computer Scientist 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: ib-diags: compatability issue with ibstat

2011-09-21 Thread Ira Weiny
on the linux side. To be clear I am not against using ibverbs on the linux side. It sounds like that would be the best move going forward. Ira - Sean -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list

Re: ib-diags: compatability issue with ibstat

2011-09-21 Thread Ira Weiny
On Wed, 21 Sep 2011 15:32:54 -0700 Ira Weiny wei...@llnl.gov wrote: On Wed, 21 Sep 2011 15:23:45 -0700 Hefty, Sean sean.he...@intel.com wrote: Does this mean ibstatus does not work on Windows? We do not support any of the scripts on windows. As far as I could tell, the scripts

Re: [PATCH v2] ib-diags: Add cast to fix build on windows

2011-09-22 Thread Ira Weiny
); mad_decode_field(data, IB_NODE_LOCAL_PORT_F, peerlocalportnum); -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body

[PATCH] infiniband-diags: ibqueryerrors add query failure count

2011-09-22 Thread Ira Weiny
Report query failure count as part of summary Signed-off-by: Ira Weiny wei...@llnl.gov --- src/ibqueryerrors.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/ibqueryerrors.c b/src/ibqueryerrors.c index 8e0b336..fa116a9 100644 --- a/src/ibqueryerrors.c

Re: [ofw] ib-diags: compatability issue with ibstat

2011-09-26 Thread Ira Weiny
is free to chime in here. -- 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

Re: [PATCH] infiniband-diags/scripts/ibcheckport.in: ignore lid/sm lid checks on non zero port switches

2011-09-26 Thread Ira Weiny
does not match query ('$portnum')\n; exit -1}} -- 1.7.6 -- Alex -- Ira Weiny Math Programmer/Computer Scientist 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 1/2] infiniband-diags/src/ibqueryerrors.c: fix segv due to CA port 0 reference

2011-09-29 Thread Ira Weiny
On Tue, 27 Sep 2011 17:50:13 -0700 Marcus Epperson marcus.r.epper...@gmail.com wrote: On Tue, Sep 27, 2011 at 5:29 PM, Ira Weiny wei...@llnl.gov wrote: On Tue, 27 Sep 2011 15:52:30 -0700 Marcus R Epperson marcus.r.epper...@gmail.com wrote: Signed-off-by: Marcus R Epperson

Re: [infiniband-diags] [libibmad] Support new ibccquery congestion control tool

2011-09-29 Thread Ira Weiny
Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory -- 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

Re: [infiniband-diags] [patch] support --switches-only and --cas-only options in iblinkinfo

2011-09-30 Thread Ira Weiny
Lawrence Livermore National Laboratory -- 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] opensm: Add the precreation of multicast groups

2011-10-06 Thread Ira Weiny
-by: Ira Weiny wei...@llnl.gov --- include/opensm/osm_base.h |5 + include/opensm/osm_partition.h | 12 +- man/opensm.8.in| 121 +++-- opensm/osm_prtn.c | 111 opensm/osm_prtn_config.c | 278

[PATCH] infiniband-diags: saquery: add qkey to -g output

2011-10-06 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- src/saquery.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/saquery.c b/src/saquery.c index bdf5e9a..1f30d2a 100644 --- a/src/saquery.c +++ b/src/saquery.c @@ -344,12 +344,14 @@ static void dump_multicast_group_record

Re: OpenSM plugin patch request

2011-10-12 Thread Ira Weiny
module we have written to expose topology information to a query service which can be used by MPI stacks (in user-space) for topology-aware optimization and for topology-aware scheduling via batch systems. Thanks for the consideration, Karl -- Ira Weiny Member of Technical Staff

[PATCH] infiniband-diags: saquery: use ib-node-name-map file

2011-10-12 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- man/saquery.8 |7 +++ src/saquery.c | 26 +++--- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/man/saquery.8 b/man/saquery.8 index 921fd5a..6ae7425 100644 --- a/man/saquery.8 +++ b/man/saquery.8

[PATCH] infiniband-diags: add a general config file

2011-10-13 Thread Ira Weiny
This supports the common options for CA, Port, and timeout. Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am |1 + configure.in |1 + etc/ibdiag.conf | 13 +++ man/infiniband-diags.8| 198

[PATCH] infiniband-diags: clean up build

2011-10-26 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am |1 - configure.in | 12 2 files changed, 0 insertions(+), 13 deletions(-) diff --git a/Makefile.am b/Makefile.am index d7e8ce7..ea85280 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,6 @@ AM_CFLAGS = -Wall

[PATCH] infiniband-diags: iblinkinfo flag ports which were not scanned

2011-10-26 Thread Ira Weiny
When using the -n option iblinkinfo may not scan the entire fabric. As such some ports will not be available to print. Output that information rather than blank data as before. Signed-off-by: Ira Weiny wei...@llnl.gov --- src/iblinkinfo.c |8 ++-- 1 files changed, 6 insertions(+), 2

Re: [PATCH 4/5] ib/core: add support for extended performance counters in sysfs

2011-11-01 Thread Ira Weiny
On Tue, 1 Nov 2011 15:11:35 -0700 Jason Gunthorpe jguntho...@obsidianresearch.com wrote: On Tue, Nov 01, 2011 at 03:03:58PM -0700, Ira Weiny wrote: And again, this is a useless interface in IB. Why do you mean by this? A counter that is randomly reset by an external IB performance

Re: [PATCH 4/5] ib/core: add support for extended performance counters in sysfs

2011-11-01 Thread Ira Weiny
, the counters are for both What do you mean for both? Ira Or. -- 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

[ANNOUNCE] infiniband-diags 1.5.11 tarball release

2011-11-01 Thread Ira Weiny
This is a bug fix release based on the 1.5 branch. Full list of changes is below. Author: Ira Weiny wei...@llnl.gov infiniband-diags: ibqueryerrors: don't exit on reset error infiniband-diags: iblinkinfo flag ports which were not scanned infiniband-diags: saquery: use ib-node-name-map

[PATCH V2] opensm: Add the precreation of multicast groups

2011-11-03 Thread Ira Weiny
and generic groups. Update documentation for the support of the other flags in the broadcast group. Error message clean up Update commit message Signed-off-by: Ira Weiny wei...@llnl.gov --- doc/partition-config.txt | 179 + include/opensm

Re: [PATCH V2] opensm: Add the precreation of multicast groups

2011-11-04 Thread Ira Weiny
On Fri, 4 Nov 2011 10:56:26 -0700 Hal Rosenstock h...@dev.mellanox.co.il wrote: Ira, Looks good to me; just one nit in the commit message: On 11/3/2011 6:32 PM, Ira Weiny wrote: P_Key is taken from Partition Definition. Q_Key, TClass, rate, FlowRate and mtu can be specified

[ANNOUNCE] infiniband-diags 1.5.12 tarball release

2011-11-07 Thread Ira Weiny
This is a bug fix release based on the 1.5 branch. Full list of changes is below. Author: Ira Weiny wei...@llnl.gov infiniband-diags: check_lft_balance.pl add -C/-P options infiniband-diags: clean up build Author: Albert L.Chu ch...@llnl.gov check_lft_balance.pl: Add extra check

Re: [PATCH 4/5] ib/core: add support for extended performance counters in sysfs

2011-11-08 Thread Ira Weiny
be either mode. Ira Jason -- 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

Re: [PATCH] libibmad/rpc.c: On receive, add debug info for dumping incoming MAD address

2011-11-10 Thread Ira Weiny
) { IBWARN(rcv buf:); xdump(stderr, rcv buf\n, umad_get_mad(rcvbuf), -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma

Re: Independent server management of Multicasting connections

2011-11-21 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 0/5] infiniband-diags: Complete functionality of C based tools and move deprecated scripts to compat rpm

2011-11-21 Thread Ira Weiny
This patch series add to the C based tools the final major functionality of the script based tools. Furthermore, it marks the scripts deprecated and creates a compat rpm (_not_ built by default) which contains those scripts for those who, heaven forbid, scripted around those scripts. The

[PATCH 2/5] infiniband-diags: iblinkinfo add check capabilities against ibfabricconf file

2011-11-21 Thread Ira Weiny
This change introduces a glib dependancy to support list features Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am | 17 +- configure.in|8 + man/iblinkinfo.8| 85 -- man/iblinkinfo.8.in | 213 + src/checkfabric.c | 822

[PATCH 3/5] infiniband-diags: ibqueryerrors add check capabilities against ibfabricconf file

2011-11-21 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am| 11 ++--- man/ibqueryerrors.8.in | 29 - src/ibqueryerrors.c| 55 ++- 3 files changed, 88 insertions(+), 7 deletions(-) diff --git

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

2011-11-21 Thread Ira Weiny
Inform user of the alternative when run. Signed-off-by: Ira Weiny wei...@llnl.gov --- man/infiniband-diags.8.in |4 ++-- scripts/ibcheckerrors.in|7 --- scripts/ibcheckerrs.in |8 scripts/ibchecknet.in |9 + scripts/ibchecknode.in

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

2011-11-21 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 | 113

Re: Independent server management of Multicasting connections

2011-11-23 Thread Ira Weiny
://git.openfabrics.org/~alexnetes/opensm.git Build it and check out the man page on how to configure your partition config file. Let me know if the man page is insufficient documentation. Ira Quoting Ira Weiny wei...@llnl.gov: On Mon, 21 Nov 2011 09:05:22 -0800 Hefty, Sean sean.he

Re: Independent server management of Multicasting connections

2011-11-23 Thread Ira Weiny
On Wed, 23 Nov 2011 10:12:37 -0800 Hal Rosenstock hal.rosenst...@gmail.com wrote: On Wed, Nov 23, 2011 at 1:08 PM, Ira Weiny wei...@llnl.govmailto:wei...@llnl.gov wrote: On Tue, 22 Nov 2011 06:17:00 -0800 d...@celticblues.commailto:d...@celticblues.com d...@celticblues.commailto:d

Re: [PATCH] libibmad: Add support for SA NodeRecord

2011-12-01 Thread Ira Weiny
, mad_dump_string}, + And just so we don't forget. {0, 0}, /* IB_SA_NR_LAST_F */ Here, Applied with those changes thanks, Ira {0, 0} /* IB_FIELD_LAST_ */ }; -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov

Re: [PATCH 1/2] infiniband-diags/perfquery.c: Fix display of PortExtendedSpeedsCounters

2011-12-01 Thread Ira Weiny
)) { - char buf[1024]; + char buf[1536]; if (query) { memset(pc, 0, sizeof(pc)); -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 wei...@llnl.gov -- To unsubscribe from this list: send the line unsubscribe linux-rdma

Re: [PATCHv2 2/2] infiniband-diags/perfquery.c: Fix reset for PortExtendedSpeedsCounters

2011-12-01 Thread Ira Weiny
; } -- Ira Weiny Math Programmer/Computer Scientist 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

[PATCH 2/3] infiniband-diags: add config file option for Mellanox ExtPortInfo queries

2011-12-02 Thread Ira Weiny
In addition add a common option to specify an alternate config file. Signed-off-by: Ira Weiny wei...@llnl.gov --- etc/ibdiag.conf |4 + include/ibdiag_common.h |1 + libibnetdisc/include/infiniband/ibnetdisc.h |6 +- libibnetdisc/src

[PATCH 3/3] infiniband-diags: Update Common options in man pages.

2011-12-02 Thread Ira Weiny
Specifically remove duplicated common options sections from all man pages and reference infiniband-diags(8) page for those options. Furthermore clean up infiniband-diags common options. Signed-off-by: Ira Weiny wei...@llnl.gov --- man/ibaddr.8 | 56

[PATCH] infiniband-diags: fix printing of extended speeds when port is down

2011-12-02 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- src/iblinkinfo.c| 20 ++-- src/ibqueryerrors.c | 18 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/iblinkinfo.c b/src/iblinkinfo.c index 00c7bc0..0a652ba 100644 --- a/src/iblinkinfo.c

Re: [PATCH] infiniband-diags/src/ibccquery.c: Fix off by one output bug, ccti_limit is 0 based not 1 based

2011-12-04 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

[PATCH] opensm: on MAD error call back print DR PATH or LID of request MAD

2011-12-13 Thread Ira Weiny
In addition print transaction ID of all DR PATH dumps to make sure we know which MAD's they refer to. Signed-off-by: Ira Weiny wei...@llnl.gov --- opensm/osm_helper.c |5 +++-- opensm/osm_sm_mad_ctrl.c |7 +++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git

[PATCH V2] opensm: on MAD error call back print DR PATH or LID of request MAD

2011-12-14 Thread Ira Weiny
In addition print transaction ID of all DR PATH dumps to make sure we know which MAD's they refer to. Signed-off-by: Ira Weiny wei...@llnl.gov --- libvendor/osm_vendor_ibumad.c |2 -- opensm/osm_helper.c |5 +++-- opensm/osm_sm_mad_ctrl.c | 16 ++-- 3 files

Re: [PATCH] opensm: on MAD error call back print DR PATH or LID of request MAD

2011-12-15 Thread Ira Weiny
On Thu, 15 Dec 2011 06:15:09 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/14/2011 10:18 PM, Ira Weiny wrote: On Wed, 14 Dec 2011 18:21:28 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/14/2011 12:09 AM, Ira Weiny wrote: In addition print transaction ID of all

Re: [PATCH V2] opensm: on MAD error call back print DR PATH or LID of request MAD

2011-12-15 Thread Ira Weiny
On Thu, 15 Dec 2011 06:15:17 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/14/2011 10:18 PM, Ira Weiny wrote: In addition print transaction ID of all DR PATH dumps to make sure we know which MAD's they refer to. A note on this approach is that this splits the logging

Re: [PATCH] opensm: on MAD error call back print DR PATH or LID of request MAD

2011-12-15 Thread Ira Weiny
On Thu, 15 Dec 2011 14:20:21 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/15/2011 12:40 PM, Ira Weiny wrote: On Thu, 15 Dec 2011 06:15:09 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/14/2011 10:18 PM, Ira Weiny wrote: On Wed, 14 Dec 2011 18:21:28 -0800 Hal

Re: Problems with link, opensm complains IB_SA_MAD_STATUS_REQ_INVALID

2011-12-15 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 V2] opensm: on MAD error call back print DR PATH or LID of request MAD

2011-12-15 Thread Ira Weiny
On Thu, 15 Dec 2011 14:20:28 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/15/2011 12:49 PM, Ira Weiny wrote: On Thu, 15 Dec 2011 06:15:17 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/14/2011 10:18 PM, Ira Weiny wrote: In addition print transaction ID of all

[PATCH V3] opensm: Move Error printing to MAD error call back functions.

2011-12-15 Thread Ira Weiny
Only print the transaction ID of timed out MAD's on VERBOSE. Signed-off-by: Ira Weiny wei...@llnl.gov --- libvendor/osm_vendor_ibumad.c | 27 +++ opensm/osm_helper.c |5 +++-- opensm/osm_sa_mad_ctrl.c | 12 +++- opensm/osm_sm_mad_ctrl.c

Re: [PATCH V2] opensm: on MAD error call back print DR PATH or LID of request MAD

2011-12-16 Thread Ira Weiny
On Fri, 16 Dec 2011 05:03:42 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/15/2011 7:33 PM, Ira Weiny wrote: On Thu, 15 Dec 2011 14:20:28 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/15/2011 12:49 PM, Ira Weiny wrote: On Thu, 15 Dec 2011 06:15:17 -0800 Hal

[PATCH V4] opensm: Move Error printing to MAD error call back functions.

2011-12-16 Thread Ira Weiny
Only print the transaction ID of timed out MAD's on VERBOSE. Signed-off-by: Ira Weiny wei...@llnl.gov --- libvendor/osm_vendor_ibumad.c | 27 +++ opensm/osm_helper.c |5 +++-- opensm/osm_perfmgr.c |4 +++- opensm/osm_sa_mad_ctrl.c | 12

Re: [PATCH V4] opensm: Move Error printing to MAD error call back functions.

2011-12-16 Thread Ira Weiny
On Fri, 16 Dec 2011 11:27:40 -0800 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 12/16/2011 12:49 PM, Ira Weiny wrote: Only print the transaction ID of timed out MAD's on VERBOSE. Signed-off-by: Ira Weiny wei...@llnl.gov --- [snip] - } else

Re: [PATCH] opensm/libvendor/osm_vendor_ibumad.c: Fix DR path printing on send timeouts

2011-12-16 Thread Ira Weiny
on the system which was having the issues. Acked-by: Ira Weiny wei...@llnl.gov --- diff --git a/libvendor/osm_vendor_ibumad.c b/libvendor/osm_vendor_ibumad.c index e2ebd8e..3781792 100644 --- a/libvendor/osm_vendor_ibumad.c +++ b/libvendor/osm_vendor_ibumad.c @@ -98,6 +98,37 @@ typedef struct

Re: [PATCH v2 1/3] opensm/libvendor/osm_vendor_ibumad.c: Fix DR path printing on send timeouts

2011-12-20 Thread Ira Weiny
this functionality up into the send error callbacks. This patch is currently compile tested only. Signed-off-by: Hal Rosenstock h...@mellanox.com I got a chance to test this series on the machine which is having issues. Acked-by: Ira Weiny wei...@llnl.gov --- Change since v1: Removed hop pointer

Re: [PATCH][TRIVIAL] infiniband-diags/configure.in: Fix typo

2012-01-11 Thread Ira Weiny
], $IBDIAG_CONFIG_PATH, [Define the path to configuratios]) +AC_DEFINE_UNQUOTED([IBDIAG_CONFIG_PATH], $IBDIAG_CONFIG_PATH, [Define the path to configurations]) dnl Check if we should include test utilities AC_MSG_CHECKING(for --enable-test-utils) -- Ira Weiny Math Programmer/Computer Scientist

Re: ibswitches command displays wrong information when switch description string includes base

2012-01-11 Thread Ira Weiny
-- 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...@llnl.gov

infiniband-diags v1.5.13 bug fix release

2012-01-16 Thread Ira Weiny
based on the 1.5 branch. List of changes from v1.5.12: Author: Albert Chu ch...@llnl.gov support --switches-only and --cas-only options in iblinkinfo Author: Ira Weiny wei...@llnl.gov ibswitches: fix output when switch names have base or enhanced in them infiniband-diags: add config

Re: [PATCH] libibmad: Add support for congestion control config mads.

2012-01-16 Thread Ira Weiny
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 of a message

Re: OT: netmap - a novel framework for fast packet I/O

2012-01-20 Thread Ira Weiny
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 1/2] IB/mlx4: pass SMP vendor-specific attribute MADs to firmware

2012-01-26 Thread Ira Weiny
|| -- 1.6.5.5 -- 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

Re: [PATCH] Infiniband-Diags: ibping server sends responses even after the client has terminated

2012-02-08 Thread Ira Weiny
in error, please notify the sender immediately by reply e-mail and then delete this message. -- 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

[PATCH] infiniband-diags: remove ib_resolve_smlid_via requirement for sa queries

2012-02-24 Thread Ira Weiny
ib_resolve_smlid_via, in the MAD library, issues a SubnGet(PortInfo) on the local port to resolve the SM LID and SL. saqueries do not require the use of SMP's. Signed-off-by: Ira Weiny wei...@llnl.gov --- src/ibdiag_common.c | 44 ++-- 1 files changed

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

2012-02-27 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- scripts/check_lft_balance.pl | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/scripts/check_lft_balance.pl b/scripts/check_lft_balance.pl index 48f756b..395096c 100755 --- a/scripts/check_lft_balance.pl +++ b

Re: [Patch opensm] Allow for easily configuring multiple fabrics on one opensm server

2012-02-29 Thread Ira Weiny
GPG KeyID: 0E572FDD http://people.redhat.com/dledford -- 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] Allow for easily configuring multiple fabrics on one opensm server

2012-03-01 Thread Ira Weiny
On Wed, 29 Feb 2012 20:15:02 -0600 Brian Ginsbach ginsb...@cray.com wrote: On Wed, Feb 29, 2012 at 02:47:00PM -0500, Doug Ledford wrote: On 02/29/2012 02:22 PM, Ira Weiny wrote: Doug, First thanks for this. Some comments below. On Wed, 29 Feb 2012 00:01:16 -0500 Doug

[PATCH] infiniband-diags: saquery further error value clean up.

2012-03-05 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- src/saquery.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/saquery.c b/src/saquery.c index 097d9dd..e5fdb25 100644 --- a/src/saquery.c +++ b/src/saquery.c @@ -798,7 +798,7 @@ static int get_lid_from_name

Re: [PATCH 2/3 fixed] infiniband-diags: Allow specification of an mkey on the command line

2012-03-09 Thread Ira Weiny
, ibd_sm_id, srcport) 0) -- 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

Re: [PATCH fixed] libibmad: Add MKey support to SMP requests via smp_mkey_get/set()

2012-03-09 Thread Ira Weiny
Chief Technology Officer, Obsidian Research Corp Edmonton, Canada -- 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 3/3 fixed] infiniband-diags: Add mkey support to config file

2012-03-15 Thread Ira Weiny
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 unsubscribe linux

Re: [PATCH 3/3 fixed] infiniband-diags: Add mkey support to config file

2012-03-16 Thread Ira Weiny
://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 of Technical Staff Lawrence

[RFC] Proposal to change Node Description naming scheme for HCA's

2012-03-30 Thread Ira Weiny
be nice if we could agree to change the current standard. I can send a patch for RHEL and OFED (if I someone can point me to the openibd script or srpm). Thoughts? Ira [*] Last I knew openibd does the same as RHEL's rdma start up script in this regard. -- Ira Weiny Member of Technical Staff

Re: [RFC] Proposal to change Node Description naming scheme for HCA's

2012-04-02 Thread Ira Weiny
, I will look for that. Ira -Original Message- From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma-ow...@vger.kernel.org] On Behalf Of Ira Weiny Sent: Friday, March 30, 2012 8:39 PM To: linux-rdma@vger.kernel.org Cc: Doug Ledford; Bob Ciotti; James Silva Subject: [RFC

Re: mlx4: kernel 3.4-rc1 breaks libumad

2012-04-03 Thread Ira Weiny
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

Re: [RFC] Proposal to change Node Description naming scheme for HCA's

2012-04-04 Thread Ira Weiny
On Wed, 4 Apr 2012 11:12:00 -0600 Jason Gunthorpe jguntho...@obsidianresearch.com wrote: On Tue, Apr 03, 2012 at 07:14:42PM -0700, Ira Weiny wrote: On Mon, 2 Apr 2012 12:45:45 -0600 Jason Gunthorpe jguntho...@obsidianresearch.com wrote: On Mon, Apr 02, 2012 at 03:27:35PM +, Heinz

Re: [RFC] Proposal to change Node Description naming scheme for HCA's

2012-04-05 Thread Ira Weiny
On Thu, 05 Apr 2012 18:31:15 + Bart Van Assche bvanass...@acm.org wrote: On 03/31/12 00:39, Ira Weiny wrote: First, a question: what package installs the openibd script in OFED? For the life of me I can't find this script in 1.5.4.1 or 3.2 ... :-/ [*] That's easy to figure

Re: [PATCH 2/5] infiniband-diags/mcm_rereg_test.c: dead code removal

2012-04-13 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 4/5] infiniband-diags: Remove dependencies on ib_resolve_smlid/ib_resolve_self

2012-04-13 Thread Ira Weiny
-- 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...@llnl.gov

Re: [PATCH 5/5] infiniband-diags: migrate resolve_portid_str in from libibmad

2012-04-13 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: [PATCHv3] infiniband-diags/vendstat.c: Support IS4/SX firmware version info

2012-04-23 Thread Ira Weiny
(buf, 0, sizeof(buf)); /* Set record addresses for each port */ -- 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

<    1   2   3   4   5   6   7   8   9   >