[PATCH] IB/ipoib: break linkage to neighbouring system

2012-07-10 Thread Or Gerlitz
From: Shlomo Pongratz shlo...@mellanox.com Dave Miller da...@davemloft.net provided a detailed description of why the way IPoIB is using neighbours for its own ipoib_neigh struct is buggy: Any time an ipoib_neigh is changed, a sequence like the following is made:

[PATCHv1] opensm/osmtest: fix osmtest ignores timeout parameter

2012-07-10 Thread Daniel Klein
Fix: osmtest ignores timeout parameter, and binds with default value v1 changes: updating only timeout field of bind_info Signed-off-by: Daniel Klein dani...@mellanox.com --- libvendor/osm_vendor_ibumad_sa.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH for-next V1 09/29] net/mlx4_core: For SRIOV, initialize ib port-capabilities for all slaves

2012-07-10 Thread Roland Dreier
thanks, applied -- 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] IB/qib: fix sparse RCU warnings in qib_keys.c

2012-07-10 Thread Roland Dreier
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-info.html

Patchwork back online

2012-07-10 Thread Roland Dreier
Not sure if everyone saw this, but thanks to the kernel.org crew, https://patchwork.kernel.org/project/linux-rdma/list/ is back online. I've been delegating opensm patches to Alex Netes and diags patches to Ira Weiny. Can someone refresh my memory about who looks after libibumad? Is that Alex

[PATCH] opensm/osm_subnet.c: Indicate lmc and lmc_esp0 are not changeable on the fly

2012-07-10 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/opensm/osm_subnet.c b/opensm/osm_subnet.c index 7fb5c8f..8e72b37 100644 --- a/opensm/osm_subnet.c +++ b/opensm/osm_subnet.c @@ -422,8 +422,8 @@ static const opt_rec_t opt_tbl[] = { { transaction_retries,

Re: Patchwork back online

2012-07-10 Thread Hal Rosenstock
On 7/10/2012 1:08 PM, Roland Dreier wrote: Not sure if everyone saw this, but thanks to the kernel.org crew, https://patchwork.kernel.org/project/linux-rdma/list/ is back online. I've been delegating opensm patches to Alex Netes and diags patches to Ira Weiny. Can someone refresh my memory

Re: Patchwork back online

2012-07-10 Thread Alex Netes
Yey :) On 10:08 Tue 10 Jul , Roland Dreier wrote: Not sure if everyone saw this, but thanks to the kernel.org crew, https://patchwork.kernel.org/project/linux-rdma/list/ is back online. I've been delegating opensm patches to Alex Netes and diags patches to Ira Weiny. Can someone

Re: Patchwork back online

2012-07-10 Thread Ira Weiny
On Tue, 10 Jul 2012 10:08:20 -0700 Roland Dreier rol...@purestorage.com wrote: Not sure if everyone saw this, but thanks to the kernel.org crew, https://patchwork.kernel.org/project/linux-rdma/list/ is back online. I did not know, but his is great news! :-D I've been delegating opensm

Re: Patchwork back online

2012-07-10 Thread Roland Dreier
I see there only patches since 2012-07-02. Everything else is gone :( Yes, we missed everything that came in between the k.org compromise and now. I went through and archived everything from 2010 and earlier -- I think if anyone cares about getting those patches applied, they can resend them -

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

2012-07-10 Thread Ira Weiny
On Sun, 08 Jul 2012 13:49:37 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: Signed-off-by: Hal Rosenstock h...@mellanox.com --- Change since v1: Added similar change to libibnetdisc Pointed out by Daniel Klein dani...@mellanox.com diff --git a/libibnetdisc/src/ibnetdisc.c