[ewg] Chatting online

2008-02-13 Thread Dario Fitzgerald
Hello! I am tired today. I am nice girl that would like to chat with you. Email me at [EMAIL PROTECTED] only, because I am using my friend's email to write this. I will reply with my pics ___ ewg mailing list ewg@lists.openfabrics.org http://lists.open

Re: [ewg] [Fwd: Re: [ofa-general] IPOIB/CM increase retry counts]

2008-02-13 Thread Ralph Campbell
On Wed, 2008-02-13 at 09:08 +0200, Or Gerlitz wrote: > Did anyone at Cisco, Qlogic, Mellanox, Voltaire noticed the phenomena > reported by Shirley on their testing? > > Or. Yes. I see RNR NAKs with IPoIB connected mode quite often. ___ ewg mailing lis

[ewg] [PATCH ofed-1.3 docs] Update cxgb3 release notes.

2008-02-13 Thread Steve Wise
From: Steve Wise <[EMAIL PROTECTED]> Signed-off-by: Steve Wise <[EMAIL PROTECTED]> --- cxgb3_release_notes.txt | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cxgb3_release_notes.txt b/cxgb3_release_notes.txt index 0f0c7d3..6d9ee57 100644 --- a/cxgb3_release_no

Re: [ewg] Tough time with ibverbs

2008-02-13 Thread Or Gerlitz
On 2/13/08, Matthew Small <[EMAIL PROTECTED]> wrote: > Wow, thanks a lot for that reference. I was actually wondering how to set > up a connection without using the ad hoc socket-exchange method in pingpong. > You saved me some time. Do you know of any good source examples > implementing a simpl

[ewg] Attention [corrupt commit]

2008-02-13 Thread Eli Cohen
Hi, I pushed today a corrupt patch file that will cause ipoib cm to work improperly. I pushed a fix and soon Vlad will pull from my tree. Sorry about that. Vlad, please send an email when you pulled. ___ ewg mailing list ewg@lists.openfabrics.org htt

Re: [ewg] [PATCH] ipoib_ud_skb_put optimization patch

2008-02-13 Thread Or Gerlitz
On 2/12/08, Shirley Ma <[EMAIL PROTECTED]> wrote: Hello, where is the change-log comment that explains what the patch is doing? is it relevant to 2.6.25-rc1? if yes, please send it to the general list for review. > Signed-off-by: Shirley Ma <[EMAIL PROTECTED]> > --- > > diff -urpN ofed/drivers/in

Re: [ewg] Tough time with ibverbs

2008-02-13 Thread Matthew Small
Wow, thanks a lot for that reference. I was actually wondering how to set up a connection without using the ad hoc socket-exchange method in pingpong. You saved me some time. Do you know of any good source examples implementing a simple connection setup/teardown using the rdma cm? -Matt On Feb

[ewg] [PATCH] ipoib_ud_skb_put optimization patch

2008-02-13 Thread Shirley Ma
Hello Vlad, Below is the patch to optimize ipoib_ud_skb_put_frags() call to avoid unnecessary calculation. This patch has been touch tested for RC4 build. I tried a few hours to generate a patch on top of the 4k mtu patch. It's not being successful. I gave up. I am giving the ipoib_ib.c diff he

[ewg] I saw your picture

2008-02-13 Thread Gregg Stanford
Hello! I am bored tonight. I am nice girl that would like to chat with you. Email me at [EMAIL PROTECTED] only, because I am using my friend's email to write this. I would like to share some of my pics. ___ ewg mailing list ewg@lists.openfabrics.org htt

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] [Fwd: Re: [ofa-general] IPOIB/CM increase retry counts]

2008-02-13 Thread Shirley Ma
> I saw cases where a fast sender consumed the TX ring and I solved this by > increasing the size of the tx queue. I will try to connect ConnectX > with Sinai > and see if there are such issues. Which indicates we really need to fix bug 907. Thanks Shirley

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] rdma_lat: Add option to support devices with different inline max values

2008-02-13 Thread Oren Meron
--- a/rdma_lat.c +++ b/rdma_lat.c @@ -60,6 +60,7 @@ #define PINGPONG_RDMA_WRID 3 #define MAX_INLINE 400 +static int inline_size = MAX_INLINE; static int page_size; static pid_t pid; @@ -603,7 +604,7 @@ static struct pingpong_context *pp_init_ctx(void *ptr, struct pp_data *data)