kvm-guest-drivers-windows
kvm-guest-drivers-windows copied to clipboard
Feature: implement vRDMA
Recently I was reading up on virtio RDMA (vRDMA) at https://www.mikelangelo-project.eu/technology/vrdma-virtio-remote-direct-memory-access/, and this seems like an interesting feature to have.
I suspect implementing NDK support is the first step towards this, see https://docs.microsoft.com/en-us/windows-hardware/drivers/network/initializing-an-ndk-capable-miniport-driver.
Yes, I thought about support NDK yesterday. I will see how we can build a roadmap for the support of those features.