Re: Implement initial driver for virtio-RDMA devices(kernel), virtio-rdma device model(qemu) and vhost-user-RDMA backend device(dpdk)
From: Leon Romanovsky <leon@kernel.org>
Date: 2025-12-18 16:20:33
Also in:
lkml
From: Leon Romanovsky <leon@kernel.org>
Date: 2025-12-18 16:20:33
Also in:
lkml
On Wed, Dec 17, 2025 at 04:49:47PM +0800, Xiong Weimin wrote:
Hi all, This testing instructions aims to introduce an emulating a soft ROCE device with normal NIC(no RDMA).
What is it? We already have one soft RoCE device implemented in the kernel (drivers/infiniband/sw/rxe), which doesn't require any QEMU changes at all. Thanks