Any suggestions here..
Thanks
Anshul Makkar
On Tue, Nov 18, 2014 at 5:34 PM, Anshul Makkar <
anshul.mak...@profitbricks.com> wrote:
> Sorry, forgot to mention I am using " git clone -b vhost-user-v5
> https://github.com/virtualopensystems/qemu.git"; for vhost-user backend
> implementation.
>
> a
Hi,
I am developing an application that is using vhost-user backend for packet
transfer.
The architecture:
1) VM1 is using Vhost-user and executing on server1.
".qemu-system-x86_64 -m 1024 -mem-path /dev/hugepages,prealloc=on,share=on
-drive
file=/home/amakkar/test.img,if=none,id=drive-virtio-d
Sorry, forgot to mention I am using " git clone -b vhost-user-v5
https://github.com/virtualopensystems/qemu.git"; for vhost-user backend
implementation.
and "git clone https://github.com/virtualopensystems/vapp.git " for
reference implementation.
Anshul Makkar
On Tue, Nov 18, 2014 at 5:29 PM, An