[PATCH RESEND] ib/iser: re-write SG handling for rdma logic

2009-11-01 Thread Or Gerlitz
After dma-mapping an SG list provided by the SCSI midlayer, iser has to make sure the mapped SG is aligned for RDMA in the sense that its possible to produce one mapping in the HCA IOMMU which represents the whole SG. Next, the mapped SG is formatted for registration with the HCA. This patch

Re: [PATCH v4] rdma/cm: support option to allow manually setting IB path

2009-11-01 Thread Or Gerlitz
Sean Hefty wrote: Future changes to the rdma cm can expand on this framework to support the full range of features allowed by the IB CM, such as separate forward and reverse paths and APM Sean, Before enhancing the rdma-cm to support the full feature set of the IB CM, something which I

[PATCH] infiniband-diags/saquery: Report SA MAD Class specific status.

2009-11-01 Thread Eli Dorfman (Voltaire)
Report SA MAD Class specific status. Fixes wrong error report for SA query status. Signed-off-by: Eli Dorfman e...@voltaire.com --- infiniband-diags/src/saquery.c | 41 --- 1 files changed, 37 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] opensm: Add initial support for optimized SLtoVLMappingTable programming

2009-11-01 Thread Sasha Khapyorsky
On 11:40 Fri 30 Oct , Hal Rosenstock wrote: @@ -150,7 +151,7 @@ static ib_api_status_t vlarb_update(osm_sm_t * sm, osm_physp_t * p,  static ib_api_status_t sl2vl_update_table(osm_sm_t * sm, osm_physp_t * p,                                         uint8_t in_port, uint8_t out_port,

Re: [PATCH] opensm/osm_trap_rcv.c: In trap_rcv_process_request, no need to sweep on trap 145 and certain trap 144s

2009-11-01 Thread Sasha Khapyorsky
On 11:23 Fri 30 Oct , Hal Rosenstock wrote: In general: function trap_rcv_process_request() already has 400 lines of code and adding there more lines without simplifying flows makes me nervous. Are you going to block this change until such restructure ? I would prefer to improve it

Re: [PATCH] opensm/osm_sa_mcmember_record.c: optimization in zero mgid comparison

2009-11-01 Thread Sasha Khapyorsky
On 11:37 Sun 01 Nov , Yevgeny Kliteynik wrote: Hi Sasha, Small optimization in comparison to zero mgid in new mcast group creation. Signed-off-by: Yevgeny Kliteynik klit...@dev.mellanox.co.il Applied. Thanks. Also see below. --- opensm/opensm/osm_sa_mcmember_record.c | 11

Re: [PATCHv3] opensm: Add configurable retries for transactions

2009-11-01 Thread Sasha Khapyorsky
On 18:05 Fri 30 Oct , Hal Rosenstock wrote: As part of this change, transaction timeouts (and retries) are per umad agent (supplied at osm_vendor_bind). Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com Applied. Thanks. Sasha -- To unsubscribe from this list: send the line

Re: [PATCH] opensm/osm_trap_rcv.c: Minor reorganization of trap_rcv_process_request

2009-11-01 Thread Sasha Khapyorsky
On 07:25 Sat 31 Oct , Hal Rosenstock wrote: Move some code out into separate log_trap_info routine for readability/maintainability Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com Applied. Thanks. Sasha -- To unsubscribe from this list: send the line unsubscribe linux-rdma in

Re: [PATCH] infiniband-diags/saquery: Report SA MAD Class specific status.

2009-11-01 Thread Sasha Khapyorsky
On 10:09 Sun 01 Nov , Eli Dorfman (Voltaire) wrote: Report SA MAD Class specific status. Fixes wrong error report for SA query status. I agree with patch, but one comment is below. Signed-off-by: Eli Dorfman e...@voltaire.com --- infiniband-diags/src/saquery.c | 41

[PATCH] opensm_release_notes-3.3: remove OFED dependency

2009-11-01 Thread Sasha Khapyorsky
Remove OFED (and older friends) from OpenSM software dependencies list, replace by just IB stack. Also add the mainstream Linux kernel to the list of qualified stacks. Signed-off-by: Sasha Khapyorsky sas...@voltaire.com --- opensm/doc/opensm_release_notes-3.3.txt |8 +--- 1 files

[PATCH] opensm_release_notes-3.3: add newest features/fixes

2009-11-01 Thread Sasha Khapyorsky
In a new IB management release preparation update features and fixes lists by recently added stuff. Signed-off-by: Sasha Khapyorsky sas...@voltaire.com --- opensm/doc/opensm_release_notes-3.3.txt | 168 ++- 1 files changed, 165 insertions(+), 3 deletions(-) diff

[PATCH] management: update libraries version information

2009-11-01 Thread Sasha Khapyorsky
Update libraries version information. Since last management release APIs were changed in: - libibnetdisc - libibmad (backward compatible) - libibumad - libosmvendor And only internal changes in: - libosmcomp - libopensm Signed-off-by: Sasha Khapyorsky sas...@voltaire.com ---

p

2009-11-01 Thread Sasha Khapyorsky
From bf49c02f6eb474fcc25af40de68991de23ee629f Mon Sep 17 00:00:00 2001 From: Sasha Khapyorsky sas...@voltaire.com Date: Sun, 1 Nov 2009 21:55:47 +0200 Subject: [PATCH] management: bump package versions Bump IB management packages versions: libibumad-1.3.3 libibmad-1.3.3

[PATCH] management: bump package versions

2009-11-01 Thread Sasha Khapyorsky
Bump IB management packages versions: libibumad-1.3.3 libibmad-1.3.3 opensm-3.3.3 infiniband-diags-1.5.3 Update mailing list name in configure.in files. Signed-off-by: Sasha Khapyorsky sas...@voltaire.com --- On 21:58 Sun 01 Nov , Sasha Khapyorsky wrote:

[PATCH] opensm/osm_sa_mcmember_record.c: fsmall code optimization

2009-11-01 Thread Yevgeny Kliteynik
Further optimization in comparison to zero mgid - use existing function to check whether the mgid is all zero. Signed-off-by: Yevgeny Kliteynik klit...@dev.mellanox.co.il --- opensm/opensm/osm_sa_mcmember_record.c |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git

[ANNOUNCE] management tarballs release

2009-11-01 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/ md5sum: 5a77490e7f604043f5f902e4e4f5d056 libibumad-1.3.3.tar.gz 5f2615fc152cc6dacdca694c16594351 libibmad-1.3.3.tar.gz

Re: [PATCH] opensm/osm_sa_mcmember_record.c: fsmall code optimization

2009-11-01 Thread Sasha Khapyorsky
On 00:38 Mon 02 Nov , Yevgeny Kliteynik wrote: Further optimization in comparison to zero mgid - use existing function to check whether the mgid is all zero. Signed-off-by: Yevgeny Kliteynik klit...@dev.mellanox.co.il Applied. Thanks. Sasha -- To unsubscribe from this list: send the

Re: [PATCH] opensm/: Removed empty comments

2009-11-01 Thread Sasha Khapyorsky
On 12:22 Thu 29 Oct , Keshetti Mahesh wrote: Signed-off-by: Keshetti Mahesh keshetti.mah...@gmail.com --- I've got the patch. Will apply shortly. Sasha -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More