Hi, I am trying to develop an open source guest/host zero copy communication channel framework for kvm, I found DPDK has similar module, but it seems couples with intel NICs, how can I use DPDK to do the zero copy for kvm without intel NICs(host to guest or guest to guest)? I only need a data channel framework.
Best Regards Jinrong Gong