rdma Questions
2
Solved
Scenario:
I have two machines, a client and a server, connected with Infiniband. The server machine has an NVIDIA Fermi GPU, but the client machine has no GPU. I have an application running on the...
Paphos asked 14/8, 2012 at 10:47
6
Solved
Is there any utility like tcpdump in Linux for capturing the traffic which is going over RDMA channel? (Infiniband/RoCE/iWARP)
Ledford asked 26/9, 2012 at 18:0
3
I'm trying to build and run the RDMA examples here. But because I'm just exploring, I don't have any hardware capable of managing RDMA. I get errors like this when I try to run the example code.
...
Wanting asked 4/6, 2014 at 15:18
6
"DMA" here means: Direct memory access, and "RDMA" is: remote direct memory access.
I used Java to created an application to transfer stock data, but I found the latency is bigger than I expected....
2
Solved
I have basic understanding of both JSOR and jVerbs.
Both handle limitations of JNI and use fast path to reduce latency. Both of them use user Verbs RDMA interface for avoiding context switch and p...
Chlorohydrin asked 13/10, 2015 at 8:58
2
I am writing an RDMA (InfiniBand) kernel module.
Up to now I have been successful creating the protection domain, completion queues for send and receive queues.
But whenever I try to create the Q...
Tarsuss asked 14/1, 2016 at 11:43
3
Solved
My group (a project called Isis2) is experimenting with RDMA. We're puzzled by the lack of documentation for the atomicity guarantees of one-sided RDMA reads. I've spent the past hour and a half hu...
1
I heard about that RDMA reads and writes are implemented like, when requests come the nic find the physical page and then using DMA to get the data to nic and then to the target.
This is straightf...
Strephon asked 1/3, 2015 at 12:24
3
Solved
How can I copy blocks of memory from one server to another under windows using RDMA? We don't have infiniband, but we do have 10gb network switches. All I need is an example, but I'm not having muc...
1
Solved
I'm writing a multi-threaded OpenMPI application, using MPI_Isend and MPI_Irecv from several threads to exchange hundreds of messages per second between ranks over InfiniBand RDMA.
Transfers are i...
Hekate asked 26/2, 2014 at 10:43
1
Solved
Assuming I would like to avoid the overhead of the linux kernel in handling incoming packets and instead would like to grab the packet directly from user space. I have googled around a bit and it s...
Varicocele asked 30/7, 2012 at 20:43
1
I have a few multi-core computers connected by Infiniband network. I would like to have some low-latency computation on a pool of shared memory, with remote atomic operations. I know RDMA is the wa...
Isiah asked 27/2, 2012 at 18:50
1
© 2022 - 2024 — McMap. All rights reserved.