Re: [openib-general] [PATCH] librdmacm/examples/rping.c

2006-06-16 Thread Steve Wise
On Fri, 2006-06-16 at 13:40 -0400, amith rajith mamidala wrote: > Hi, > > I tried using gdb but it also hangs at the end. The system used is a IA32 > platform using Red Hat Enterprise Linux AS release 4 (Nahant Update 3). > kernel info:Linux k63-oib 2.6.16.20 #2 SMP Wed Jun 14 15:02:47 EDT 2006 >

Re: [openib-general] [PATCH] librdmacm/examples/rping.c

2006-06-16 Thread amith rajith mamidala
Hi, I tried using gdb but it also hangs at the end. The system used is a IA32 platform using Red Hat Enterprise Linux AS release 4 (Nahant Update 3). kernel info:Linux k63-oib 2.6.16.20 #2 SMP Wed Jun 14 15:02:47 EDT 2006 i686 i686 i386 GNU/Linux, Thanks, Amith On Fri, 16 Jun 2006, Steve Wise w

Re: [openib-general] [PATCH] librdmacm/examples/rping.c

2006-06-16 Thread amith rajith mamidala
Hi Steve, The rping also doesn't exit after printing these error messages. Is this expected? Thanks, Amith On Thu, 15 Jun 2006, Steve Wise wrote: > This is the normal output for rping... > > The status error on the completion is 5 (FLUSHED), which is normal. > > Steve. > > > On Thu, 2006-06-15

Re: [openib-general] [PATCH] librdmacm/examples/rping.c

2006-06-16 Thread Steve Wise
On Fri, 2006-06-16 at 11:20 -0400, amith rajith mamidala wrote: > Hi Steve, > > The rping also doesn't exit after printing these error messages. Is this > expected? > It should exit! :-( Maybe rping is not acking all the CM or Async events? Or we've got a bug in our refcnts on the iw_cm_ids i

Re: [openib-general] [PATCH] librdmacm/examples/rping.c

2006-06-15 Thread Steve Wise
This is the normal output for rping... The status error on the completion is 5 (FLUSHED), which is normal. Steve. On Thu, 2006-06-15 at 17:24 -0400, amith rajith mamidala wrote: > Hi, > > With the latest rping code (Revision: 8055) I am still able to see this > race condition. > > server side

Re: [openib-general] [PATCH] librdmacm/examples/rping.c

2006-06-15 Thread amith rajith mamidala
Hi, With the latest rping code (Revision: 8055) I am still able to see this race condition. server side: [EMAIL PROTECTED] examples]$ ./rping -s -vV -C10 -S26 -a 0.0.0.0 -p 9997 server ping data: rdma-ping-0: ABCDEFGHIJKL server ping data: rdma-ping-1: BCDEFGHIJKLM server ping data: rdma-ping-2:

Re: [openib-general] [PATCH] librdmacm/examples/rping.c

2006-06-13 Thread Steve Wise
Thanks, applied. iwarp branch: r7964 trunk: r7966 On Tue, 2006-06-13 at 11:24 -0500, Boyd R. Faulkner wrote: > This patch resolves a race condition between the receipt of > a connection established event and a receive completion from > the client. The server no longer goes to connected state b

[openib-general] [PATCH] librdmacm/examples/rping.c

2006-06-13 Thread Boyd R. Faulkner
This patch resolves a race condition between the receipt of a connection established event and a receive completion from the client. The server no longer goes to connected state but merely waits for the READ_ADV state to begin its looping. This keeps the server from going back to CONNECTED from