Re: [ofa-general] InfiniBand/iWARP/RDMA merge plans for 2.6.26 (what's in infiniband.git)

From: Roland Dreier
Date: Fri Apr 04 2008 - 15:35:14 EST


> We are very interested in these new operations and are moving in the
> direction of tightly integrating RDMA along with atomics (if
> available) into Oracle. We plan on testing some early prototypes of
> the these in the few months.

And you need the ConnectX-only masked atomics? Or do the standard IB
atomic operations work for you? Of course using atomics at all means
that things don't work on iWARP.

> Send with invalidate is an exact match for our current RDS V3 rdma
> driver - and should be more efficient than the current background
> syncing of the tpt to ensure keys are invalidated.

How does send with invalidate interact with the current IB FMR stuff?
Seems that you would run into trouble keeping the state of the FMR
straight if the remote side is invalidating them.

Also I would think that send-with-invalidate would be much more
expensive than the current FMR method of batching up the invalidates,
since you don't get to amortize the cost of syncing up all the internal
HCA state.

- R.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/