RE: [PATCH 5/7] librdmacm/rspreload: Do not block connect when supporting fork

2012-08-21 Thread Sridhar Samudrala
On Tue, 2012-08-21 at 18:00 +, Hefty, Sean wrote: > > I am seeing another hang with 2 clients doing bi-directional traffic to a > > server. > > I am consistently seeing this hang with the attached test programs. > > > > You can start the server using > > tcp_server -d -e > > > > and run 2 c

RE: [PATCH 5/7] librdmacm/rspreload: Do not block connect when supporting fork

2012-08-21 Thread Hefty, Sean
> I am seeing another hang with 2 clients doing bi-directional traffic to a > server. > I am consistently seeing this hang with the attached test programs. > > You can start the server using > tcp_server -d -e > > and run 2 clients > tcp_client -h -n 1 -d -e > > Can you try it out with

RE: [PATCH 5/7] librdmacm/rspreload: Do not block connect when supporting fork

2012-08-21 Thread Sridhar Samudrala
On Mon, 2012-08-20 at 20:22 +, Hefty, Sean wrote: > > I just updated the repository and noticed that we are falling back to > > normal sockets even with preload. > > After some debugging, found a couple of issuse. See inline. > > Thanks for the report. > > I've pushed a patch to the repositor