[ofw] Patch: Don't use inline for RDMA reads
Sean Hefty
sean.hefty at intel.com
Tue Mar 9 14:25:11 PST 2010
>There is a need to change the test itself.
>
>On the file ndrping.cpp lines 616 you need to change:
>
> hr = pConnector->CreateEndpoint(
> pCq,
> pCq,
> 1,
> QueueDepth,
> 1,
> nSge,
> 16, // was 0 InboundReadLimit
> 16, // was 0 OutboundReadLimit
> NULL,
> &pEndpoint
> );
Ah - I had a lengthy conversation with Fab about this at one point in time too.
Not sure if it was on the list or not though.
>By the way, I have tried your provider and it did work, so I don't think you
>should change anything there (you only use inline for rdma read if the size is
>0).
You're correct. The winverbs provider can be left as is. Thanks.
More information about the ofw
mailing list