Hi, this is amit.Did you get solution to your problem?
I also want to carryout process to process communication between different
VMs
--
*Amit Pathania*
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Thank you very much. Following your guide, I've successfully got this
system working. :-)
在 2016/1/9 11:59, Mauricio Vásquez 写道:
Hello Furong,
Unfortunately it is not well documented, I'm going to explain what you
need to start:
- The ivshmem mechanism of DPDK does not work with a standard
Hello Furong,
Unfortunately it is not well documented, I'm going to explain what you need
to start:
- The ivshmem mechanism of DPDK does not work with a standard version of
QEMU, then you need a patched version. It could be found at the dpdk-ovs
project: https://github.com/01org/dpdk-ovs.
You can
Hello everybody:
I am trying to use IVSHM to exchange packets between VMs.
On OVS side, I know the IVSHM channel is built upon the ring
devices from DPDK. However, I do not know how to setup qemu
to share this ring device's memory to VMs.
Could somebody give a short tutorial? Thanks!!
__