Re: [ewg] [PATCH]IPOIB/CM fix for bug# 906 -OFED-1.3

2008-02-13 Thread Or Gerlitz
Stefan Roscher wrote: yes this problem does also exist in 2.6.25-rc1. It was introduced by a patch from roland: http://git.kernel.org/?p=linux/kernel/git/roland/infiniband.git;a=commitdiff;h=efcd99717f76c6d19dd81203c60fe198480de522 In function ipoib_cm_dev_stop() the error-,drain- and flush lis

Re: [ewg] [PATCH]IPOIB/CM fix for bug# 906 -OFED-1.3

2008-02-13 Thread Stefan Roscher
On Wednesday 13 February 2008 09:04:53 Or Gerlitz wrote: > Pradeep Satyanarayana wrote: > > This patch fixes -fail to destroy ipoib rx QP > > (https://bugs.openfabrics.org/show_bug.cgi?id=906) > > Hence the usecnt issue reported previously on ehca is solved and allows the > > qp to be destroyed.

Re: [ewg] [PATCH]IPOIB/CM fix for bug# 906 -OFED-1.3

2008-02-13 Thread Shirley Ma
On Wed, 2008-02-13 at 10:04 +0200, Or Gerlitz wrote: > Also here, does this problem exist in the 2.6.25-rc1 upstream code as > well? from the change log I don't understand the source of the > problem > (only the symptom of failing to destroy ipoib/cm rx QP) and the > solution. > > Or. I believe

Re: [ewg] [PATCH]IPOIB/CM fix for bug# 906 -OFED-1.3

2008-02-13 Thread Or Gerlitz
Pradeep Satyanarayana wrote: This patch fixes -fail to destroy ipoib rx QP (https://bugs.openfabrics.org/show_bug.cgi?id=906) Hence the usecnt issue reported previously on ehca is solved and allows the qp to be destroyed. As per Eli's request, I am splitting up the patches. This is first porti

[ewg] [PATCH]IPOIB/CM fix for bug# 906 -OFED-1.3

2008-02-12 Thread Pradeep Satyanarayana
This patch fixes -fail to destroy ipoib rx QP (https://bugs.openfabrics.org/show_bug.cgi?id=906) Hence the usecnt issue reported previously on ehca is solved and allows the qp to be destroyed. As per Eli's request, I am splitting up the patches. This is first portion of yesterday's patch. Teste