Re: [ovs-dev] How to setup IVSHM in OVS-DPDK

2016-09-27 Thread Amit Pathania
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

Re: [ovs-dev] How to setup IVSHM in OVS-DPDK

2016-01-09 Thread Furong
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

Re: [ovs-dev] How to setup IVSHM in OVS-DPDK

2016-01-08 Thread 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 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

[ovs-dev] How to setup IVSHM in OVS-DPDK

2016-01-07 Thread Furong
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!! __