Is there an API for RDMA (Infiniband) that can be used in kernel Space? Most of the API's that I have found are user Space. kDAPL and kAL can be used in the linux kernel; however, I have not yet found sample code to use these API's. Can somebody help me with sample code for RDMA in kernel space?
相关问题
- Where is the standard kernel libraries to let kern
- How to: Azure OpenMPI with Infiniband - Linux
- Trouble with SPIDEV, device tree and .dtbo name wi
- Android Linux system call List
- How to enable CONFIG_PREEMPT option in Linux kerne
相关文章
- How do I get to see DbgPrint output from my kernel
- Is it possible to run 16 bit code in an operating
- How to arrange a Makefile to compile a kernel modu
- Tool to Debug Guest OS in Virtual Box
- How can the linux bottom halfs execute in interrup
- Linux Kernel Linked List
- Linux kernel /proc FIFO/pipe
- Does a C/C++ program run the CPU or on the Kernel?
You can check the "krping" test - it is just what you need. It uses RDMA-CM to establish connection and run some RDMA traffic.
Download it from OpenFabrics website