What is the equivalent of IBM's JVerb in Oracle, if I want to employ RoCE protocol for RDMA over Ethernet?
Edit: Perhaps, JXIO is my best option?
There is DiSNI, a new RDMA library for Java that works with Oracle as well as RoCE. Actually, DiSNI is the open source variant of IBM's JVerbs.
JVerbs seem work not only with IBM JDK but also with openjdk. It might work with Oracle JDK as well, you just need to copy JAR and native library.