Re: [PATCH] rdma/cm: Randomize local port allocation.

2010-04-16 Thread David Miller
From: Tetsuo Handa Date: Fri, 16 Apr 2010 22:54:22 +0900 > Cong Wang wrote: >> Sean Hefty wrote: >> > I like this version, thanks! I'm not sure which tree to merge it through. >> > Are you needing this for 2.6.34, or is 2.6.35 okay? >> > >> >> As soon as possible, so 2.6.34. :) >> > Cong, mer

Re: [PATCH v3 00/10] iw_cxgb4 driver submission

2010-04-16 Thread Steve Wise
Hey Roland, I'll be off line next week, returning on 4/26. I'll address any comments/issues when I return. Thanks! Steve. Steve Wise wrote: Changes since version 2 of this series: - termination fixes - peer2peer fixes -- The following series adds the iw_cxgb4 rdma driver for Chel

[PATCH v3 10/10] iw_cxgb4: Add id and hw resource management functions.

2010-04-16 Thread Steve Wise
Signed-off-by: Steve Wise --- drivers/infiniband/hw/cxgb4/resource.c | 417 1 files changed, 417 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/cxgb4/resource.c diff --git a/drivers/infiniband/hw/cxgb4/resource.c b/drivers/infiniband/h

[PATCH v3 09/10] iw_cxgb4: Add event management functions.

2010-04-16 Thread Steve Wise
Signed-off-by: Steve Wise --- drivers/infiniband/hw/cxgb4/ev.c | 193 ++ 1 files changed, 193 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/cxgb4/ev.c diff --git a/drivers/infiniband/hw/cxgb4/ev.c b/drivers/infiniband/hw/cxgb4/ev.c

[PATCH v3 08/10] iw_cxgb4: Add QP management functions.

2010-04-16 Thread Steve Wise
Signed-off-by: Steve Wise --- drivers/infiniband/hw/cxgb4/qp.c | 1575 ++ 1 files changed, 1575 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/cxgb4/qp.c diff --git a/drivers/infiniband/hw/cxgb4/qp.c b/drivers/infiniband/hw/cxgb4/qp.c

[PATCH v3 07/10] iw_cxgb4: Add CQ management functions.

2010-04-16 Thread Steve Wise
Signed-off-by: Steve Wise --- drivers/infiniband/hw/cxgb4/cq.c | 882 ++ 1 files changed, 882 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/cxgb4/cq.c diff --git a/drivers/infiniband/hw/cxgb4/cq.c b/drivers/infiniband/hw/cxgb4/cq.c

[PATCH v3 06/10] iw_cxgb4: Add memory management functions.

2010-04-16 Thread Steve Wise
Signed-off-by: Steve Wise --- drivers/infiniband/hw/cxgb4/mem.c | 811 + 1 files changed, 811 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/cxgb4/mem.c diff --git a/drivers/infiniband/hw/cxgb4/mem.c b/drivers/infiniband/hw/cxgb4/me

[PATCH v3 04/10] iw_cxgb4: Add rdma provider interface functions.

2010-04-16 Thread Steve Wise
Signed-off-by: Steve Wise --- drivers/infiniband/hw/cxgb4/provider.c | 518 1 files changed, 518 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/cxgb4/provider.c diff --git a/drivers/infiniband/hw/cxgb4/provider.c b/drivers/infiniband/h

[PATCH v3 03/10] iw_cxgb4: Add module and low level device interface functions.

2010-04-16 Thread Steve Wise
Signed-off-by: Steve Wise --- drivers/infiniband/hw/cxgb4/device.c | 520 ++ 1 files changed, 520 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/cxgb4/device.c diff --git a/drivers/infiniband/hw/cxgb4/device.c b/drivers/infiniband/hw/cx

[PATCH v3 01/10] iw_cxgb4: Makefile and Kconfig files and changes.

2010-04-16 Thread Steve Wise
Signed-off-by: Steve Wise --- drivers/infiniband/Kconfig |1 + drivers/infiniband/Makefile |1 + drivers/infiniband/hw/cxgb4/Kconfig | 19 +++ drivers/infiniband/hw/cxgb4/Makefile |5 + 4 files changed, 26 insertions(+), 0 deletions(-) creat

[PATCH v3 00/10] iw_cxgb4 driver submission

2010-04-16 Thread Steve Wise
Changes since version 2 of this series: - termination fixes - peer2peer fixes -- The following series adds the iw_cxgb4 rdma driver for Chelsio's new 1G and 10G T4 adapters. Please review and provide comments, and I'll repost an updated patch series as I incorporate your feedback. This s

Re: [PATCH] opensm/osm_dump.c: dump SL2VL tables

2010-04-16 Thread Jim Schutt
Hi Yevgeny, If this patch is included on top of my torus-2QoS patchset, you might want the addition below. This is because my patchset causes SL2VL maps to always be set when a routing engine registers its intent to do so by providing an update_sl2vl() function, without requiring opensm to be inv

Re: [PATCH] rdma/cm: Randomize local port allocation.

2010-04-16 Thread Tetsuo Handa
Cong Wang wrote: > Sean Hefty wrote: > > I like this version, thanks! I'm not sure which tree to merge it through. > > Are you needing this for 2.6.34, or is 2.6.35 okay? > > > > As soon as possible, so 2.6.34. :) > Cong, merge window for 2.6.34 was already closed. You need to make your patchse

[PATCH] libibnetdisc: fix memory leak in case of send_smps() failure

2010-04-16 Thread Sasha Khapyorsky
Free smp object in case of send_smp() failure - it is not on the send list already and not tracked anymore. Signed-off-by: Sasha Khapyorsky --- infiniband-diags/libibnetdisc/src/query_smp.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/infiniband-diags/libibnetdisc

Re: [PATCH] libibnetdisc: fix outstanding SMPs countung

2010-04-16 Thread Sasha Khapyorsky
On 09:52 Wed 14 Apr , Ira Weiny wrote: > > > But then it blocks process_mads() to loop forever after single > > send_smp() failure (with all empty queues and umad_recv() running > > without timeout). > > But moving the cl_qmap_insert below the send call fixes that. It doesn't: int proces