- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for iWARP (0.01 sec)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaProvider.java
import java.nio.ByteBuffer; import java.util.EnumSet; import java.util.Set; /** * Interface for RDMA provider implementations. * * This interface abstracts different RDMA implementations such as * InfiniBand, iWARP, RoCE, or TCP fallback providers. */ public interface RdmaProvider { /** * Check if RDMA is available on this system * * @return true if RDMA can be used, false otherwise */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 3K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
*/ RdmaMemoryRegion registerMemory(ByteBuffer buffer, EnumSet<RdmaAccess> access) throws IOException; /** * Get provider name (e.g., "InfiniBand", "iWARP", "RoCE") */ String getProviderName(); /** * Get maximum message size supported */ int getMaxMessageSize(); /** * Clean up provider resources */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0)