[ANNOUNCE] management tarballs release

2010-09-04 Thread Sasha Khapyorsky
Hi, There is a new release of the management (OpenSM and infiniband diagnostics) tarballs available in: http://www.openfabrics.org/downloads/management/ (listed in http://www.openfabrics.org/downloads/management/latest.txt) md5sum: 8341b50b95bfd511621a23ad900a46c5 libibumad-1.3.6.tar.gz

Re: [PATCH v4 00/18] opensm: Add new torus routing engine: torus-2QoS

2010-09-04 Thread Sasha Khapyorsky
Hi Jim, On 10:42 Fri 03 Sep , Jim Schutt wrote: This is v4 of a patchset to add to opensm a new routing engine designed to handle large fabrics connected with a 2D/3D torus topology. I've pushed this as separate branch now. So we will be able to continue merging there, after OFED will pick

[PATCH 02/13] drivers/infiniband: Remove unnecessary casts of private_data

2010-09-04 Thread Joe Perches
Signed-off-by: Joe Perches j...@perches.com --- drivers/infiniband/hw/qib/qib_file_ops.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/qib/qib_file_ops.c b/drivers/infiniband/hw/qib/qib_file_ops.c index 6b11645..cef5d67 100644 ---