I'm trying to use SoftiWARP for a project. I installed it using instructions from here, which I followed to the word, except I'm using Ubuntu 10.04 server.
To test it out, I used the client-server programs from the-geek-in-the-corner (https://github.com/tarickb/the-geek-in-the-corner). I'm getting errors and segmentation faults while using it. For example, here is an error sequence for the first program:
- Start the server: ./server
- Run the client: ./client
- I can run the client successfully a few (>=0) number of times, but I eventually get the following error at the client:
address resolved. route resolved. on_event: unknown event. on_completion: status is not IBV_WC_SUCCESS
So, my question is if anyone has code that has been tested with SoftiWARP? I'd also appreciate any comments on SoftiWARP's stability (i.e. does it work with unmodified ibverbs code?).