RE: [patch v2 13/37] add rxe_verbs.c

2011-08-31 Thread Bob Pearson
> -Original Message- > From: bart.vanass...@gmail.com [mailto:bart.vanass...@gmail.com] On > Behalf Of Bart Van Assche > Sent: Monday, August 15, 2011 8:25 AM > To: rpear...@systemfabricworks.com > Cc: linux-rdma@vger.kernel.org > Subject: Re: [patch v2 13/37] add rxe_verbs.c > > On Sun,

RE: [patch v2 12/37] add rxe_verbs.h

2011-08-31 Thread Bob Pearson
> -Original Message- > From: bart.vanass...@gmail.com [mailto:bart.vanass...@gmail.com] On > Behalf Of Bart Van Assche > Sent: Monday, August 15, 2011 8:00 AM > To: rpear...@systemfabricworks.com > Cc: linux-rdma@vger.kernel.org > Subject: Re: [patch v2 12/37] add rxe_verbs.h > > On Sun,

RE: [patch v2 12/37] add rxe_verbs.h

2011-08-31 Thread Bob Pearson
> -Original Message- > From: bart.vanass...@gmail.com [mailto:bart.vanass...@gmail.com] On > Behalf Of Bart Van Assche > Sent: Monday, August 15, 2011 7:32 AM > To: rpear...@systemfabricworks.com > Cc: linux-rdma@vger.kernel.org > Subject: Re: [patch v2 12/37] add rxe_verbs.h > > On Sun,

RE: [patch v2 06/37] add rxe_param.h

2011-08-31 Thread Bob Pearson
> -Original Message- > From: bart.vanass...@gmail.com [mailto:bart.vanass...@gmail.com] On > Behalf Of Bart Van Assche > Sent: Saturday, August 20, 2011 10:27 AM > To: rpear...@systemfabricworks.com > Cc: linux-rdma@vger.kernel.org > Subject: Re: [patch v2 06/37] add rxe_param.h > > On S

RE: [patch v2 02/37] add opcodes to ib_pack.h

2011-08-31 Thread Bob Pearson
OK. Since for now I don't need it I'll remove this patch but it might be worth considering adding them as a standalone patch. > -Original Message- > From: bart.vanass...@gmail.com [mailto:bart.vanass...@gmail.com] On > Behalf Of Bart Van Assche > Sent: Monday, August 15, 2011 4:13 AM > To:

RE: [patch v2 02/37] add opcodes to ib_pack.h

2011-08-31 Thread Bob Pearson
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- > ow...@vger.kernel.org] On Behalf Of Bart Van Assche > Sent: Monday, August 22, 2011 1:08 PM > To: Bob Pearson > Cc: linux-rdma@vger.kernel.org > Subject: Re: [patch v2 02/37] add opcodes to ib_pack.h > >

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

2011-08-31 Thread Ira Weiny
On Wed, 31 Aug 2011 18:47:39 -0700 Hal Rosenstock wrote: > > Similar to previous patch for ibnetdiscover.c > > Signed-off-by: Hal Rosenstock thanks applied, Ira > --- > Changes since v1: > Rebased to latest master > Also, found one additional place in libibnetdisc/src/ibnetdisc.c > > diff -

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

2011-08-31 Thread Hal Rosenstock
Similar to previous patch for ibnetdiscover.c Signed-off-by: Hal Rosenstock --- Changes since v1: Rebased to latest master Also, found one additional place in libibnetdisc/src/ibnetdisc.c diff --git a/libibnetdisc/src/ibnetdisc.c b/libibnetdisc/src/ibnetdisc.c index 60bd28d..86210eb 100644 ---

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

2011-08-31 Thread Ira Weiny
On Wed, 31 Aug 2011 08:26:34 -0700 Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock > --- > Changes since v1: > Rebased to latest master > > libibnetdisc/include/infiniband/ibnetdisc.h |1 + > src/ibdiag_common.c | 19 --- > src/iblinkinfo.

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

2011-08-31 Thread Ira Weiny
On Wed, 31 Aug 2011 08:26:53 -0700 Hal Rosenstock wrote: > > without changing libibumad umad_port_t structure > > Signed-off-by: Hal Rosenstock Thanks applied, Ira > --- > Changes since v1: > Rebased to latest master > > src/ibstat.c | 70 > ++

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

2011-08-31 Thread Ira Weiny
On Mon, 29 Aug 2011 14:18:31 -0700 Hal Rosenstock wrote: > > Signed-off-by: Daniel Klein > Signed-off-by: Hal Rosenstock thanks applied, Ira > --- > Changes since v1: > Cosmetic formatting changes > > diff --git a/src/ibnetdiscover.c b/src/ibnetdiscover.c > index 0966217..09bd1c1 100644 > -

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

2011-08-31 Thread Ira Weiny
On Wed, 31 Aug 2011 08:26:28 -0700 Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock Thanks, applied, Ira > --- > Changes since v1: > Rebased to latest master > > man/ibportstate.8 |5 ++- > src/ibportstate.c | 95 +++- > 2 files c

linux-rdma@vger.kernel.org

2011-08-31 Thread Alexey Khoroshilov
On 01 Sep 2011, 00:46 Steve Wise wrote: > On 08/31/2011 03:43 PM, Alexey Khoroshilov wrote: >> The patch "RDMA/cxgb4: EEH errors can hang the driver" removes >> mutex lock/unlock from c4iw_alloc() except for error path. >> This patch removes the remained mutex_unlock(&dev_mutex). >> >> Found by Lin

linux-rdma@vger.kernel.org

2011-08-31 Thread Alexey Khoroshilov
The patch "RDMA/cxgb4: EEH errors can hang the driver" removes mutex lock/unlock from c4iw_alloc() except for error path. This patch removes the remained mutex_unlock(&dev_mutex). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/infini

linux-rdma@vger.kernel.org

2011-08-31 Thread Steve Wise
On 08/31/2011 03:43 PM, Alexey Khoroshilov wrote: The patch "RDMA/cxgb4: EEH errors can hang the driver" removes mutex lock/unlock from c4iw_alloc() except for error path. This patch removes the remained mutex_unlock(&dev_mutex). Found by Linux Driver Verification project (linuxtesting.org). Si

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

2011-08-31 Thread Hal Rosenstock
Similar to previous patch for ibnetdiscover.c Signed-off-by: Hal Rosenstock --- diff --git a/libibnetdisc/src/ibnetdisc.c b/libibnetdisc/src/ibnetdisc.c index e9dbaf9..701de42 100644 --- a/libibnetdisc/src/ibnetdisc.c +++ b/libibnetdisc/src/ibnetdisc.c @@ -182,7 +182,7 @@ static void debug_port(

multiple QPs with different priorities

2011-08-31 Thread Yicheng Jia
All, I have 2 QPs for my applications, QPn is for data and QPm is for message. I want to set up QPs' QoS so that packages from QPm(message) always go first than from QPn(data). Here are my network configuration: 1. HCA - MHES18XTC (InfiniHost III Lx SDR) with firmware 1.1.0 2. OpenSM - ver#3.2.1

[PATCH 2/2 v2] mlx4: Fix the SQ size of an RC QP to support masked atomic operation

2011-08-31 Thread Dotan Barak
When calculating the required size of an RC QP send queue, leave enough space for masked atomic operation (which requires more space than "regular" atomic operation). v2: the wrong git tree was used to create the v1 patch (altough the previous patch can be applied as well without any errors)

[PATCHv2 6/6] infiniband-diags/ibstat.c: Add support for FDR10

2011-08-31 Thread Hal Rosenstock
without changing libibumad umad_port_t structure Signed-off-by: Hal Rosenstock --- Changes since v1: Rebased to latest master src/ibstat.c | 70 +- 1 files changed, 69 insertions(+), 1 deletions(-) diff --git a/src/ibstat.c b/src/ibsta

[PATCHv2 5/6] infiniband-diags: Add FDR10 support to ibnetdiscover and libibnetdisc

2011-08-31 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock --- Changes since v1: Rebased to latest master libibnetdisc/include/infiniband/ibnetdisc.h |2 +- libibnetdisc/src/ibnetdisc.c| 148 ++- libibnetdisc/src/query_smp.c| 10 ++ src/ibnetdiscover.c

[PATCHv2 4/6] infiniband-diags/ibqueryerrors.c: Add support for FDR10

2011-08-31 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock --- Changes since v1: Rebased to latest master src/ibqueryerrors.c | 21 - 1 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/ibqueryerrors.c b/src/ibqueryerrors.c index 142214d..f225d3b 100644 --- a/src/ibqueryerrors.c +++ b/

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

2011-08-31 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock --- Changes since v1: Rebased to latest master libibnetdisc/include/infiniband/ibnetdisc.h |1 + src/ibdiag_common.c | 19 --- src/iblinkinfo.c| 23 +++ 3 files changed,

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

2011-08-31 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock --- Changes since v1: Rebased to latest master man/ibportstate.8 |5 ++- src/ibportstate.c | 95 +++- 2 files changed, 96 insertions(+), 4 deletions(-) diff --git a/man/ibportstate.8 b/man/ibportstate.8 index 2

Re: [PATCH] opensm: Add FDR10 support

2011-08-31 Thread Alex Netes
Hi Hal, On 05:40 Thu 18 Aug , Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock > --- 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 http://vger.kernel.org/majordom

[PATCH 2/2] mlx4: Fix the SQ size of an RC QP to support masked atomic operation

2011-08-31 Thread Dotan Barak
When calculating the required size of an RC QP send queue, leave enough space for masked atomic operation (which requires more space than "regular" atomic operation). Signed-off-by: Dotan Barak Reviewed-by: Eli Cohen --- drivers/infiniband/hw/mlx4/qp.c |2 +- 1 files changed, 1 insertions(+

[PATCH 1/2] mlx4: fill the attribute masked_atomic_cap according to device capabilities

2011-08-31 Thread Dotan Barak
When the user queries for device capabilities, fill the attribute masked_atomic_cap according to the support level of the regular atomic capabilities and not using a hard coded value. Signed-off-by: Dotan Barak Reviewed-by: Eli Cohen --- drivers/infiniband/hw/mlx4/main.c |2 +- 1 files ch

Re: [PATCH 3/3] opensm/osm_sa_portinfo_record.c: Add SA PortInfoRecord support for CapabilityMask2 matching

2011-08-31 Thread Alex Netes
Hi Hal, On 14:40 Wed 17 Aug , Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock > --- 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 http://vger.kernel.org/majordom

Re: [PATCH 2/3] opensm: Add infrastructure support for CapabilityMask2 field in PortInfo

2011-08-31 Thread Alex Netes
Hi Hal, On 14:40 Wed 17 Aug , Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock > --- 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 http://vger.kernel.org/majordom

Re: [PATCH 1/3] opensm/osm_sa_portinfo_record.c: In pir_rcv_new_pir, fix switch port 0 physp

2011-08-31 Thread Alex Netes
Hi Hal, On 14:39 Wed 17 Aug , Hal Rosenstock wrote: > > use requested rather than requesting port > > Found and fixed by Daniel Klein > > Signed-off-by: Hal Rosenstock > --- Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message

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

2011-08-31 Thread Alex Netes
Hi Ira, On 14:06 Fri 19 Aug , Ira Weiny wrote: > > > > Signed-off-by: Ira Weiny > --- 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 http://vger.kernel.org/majordomo-in