RE: [ofa-general] [PATCH] RDMA/CMA: Implement rdma_resolve_ip retry enhancement.

2007-09-19 Thread Glenn Grundstrom
> > If an application is calling rdma_resolve_ip() and a status > of -ENODATA is returned from addr_resolve_local/remote(), the > timeout mechanism waits until the application's timeout > occurs before rechecking the address resolution status; the > application will wait until it's full timeout

Re: [ofa-general] [PATCH] RDMA/CMA: Implement rdma_resolve_ip retry enhancement.

2007-09-19 Thread Sean Hefty
If an application is calling rdma_resolve_ip() and a status of -ENODATA is returned from addr_resolve_local/remote(), the timeout mechanism waits until the application's timeout occurs before rechecking the address resolution status; the application will wait until it's full timeout occurs. Th

Re: [ofa-general] [PATCH] RDMA/CMA: Implement rdma_resolve_ip retry enhancement.

2007-09-19 Thread Roland Dreier
Thanks for the patch... > If an application is calling rdma_resolve_ip() and a status of -ENODATA is > returned from addr_resolve_local/remote(), the timeout mechanism waits until > the application's timeout occurs before rechecking the address resolution > status; the application will wait