[PATCH] RDMA/ocrdma: corrected queue free count math

2012-05-23 Thread Parav Pandit
Corrected queue free count math for SQ, RQ for all hardware type. Updated user-kernel abi interface. Signed-off-by: Parav Pandit parav.pan...@emulex.com --- drivers/infiniband/hw/ocrdma/ocrdma.h |1 - drivers/infiniband/hw/ocrdma/ocrdma_abi.h |5 +

[PATCH] RDMA/ocrdma: fixed enum for SRQ_LIMIT_REACHED.

2012-05-23 Thread Parav Pandit
Fixed enum value for SRQ_LIMIT_REACHED async event. Signed-off-by: Parav Pandit parav.pan...@emulex.com --- drivers/infiniband/hw/ocrdma/ocrdma_hw.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_hw.c

Infiniband SM - ConnectX driver stuck in INIT state

2012-05-23 Thread Hector Abrach
Hello, I was hoping you could help me if at all just give me some pointers as to what my problem may be. I have a problem with a ConnectX Infiniband driver where the driver port is stuck in INIT. Would you happen to know in exactly what file and function the port is changed from INIT - ARMED -

rsockets and standard socket based TCP benchmarks

2012-05-23 Thread Sridhar Samudrala
We have started looking into rsockets and here are our initial experiences and test results using socket based standard benchmarks over RDMA using rsockets. netperf - By default netserver forks a child process for each netperf client. As rsockets doesn't support fork() yet, this doesn't

Re: rsockets and standard socket based TCP benchmarks

2012-05-23 Thread Sridhar Samudrala
On 5/23/2012 4:16 PM, Hefty, Sean wrote: - netserver has a -f option to disable forking a child and handle 1 netperf client at a time Using this option, data transfer completed successfully, but the client blocked on recv() even after the connection is closed on the other side. Here is