Re: [Qemu-devel] Sending packets up to VM using vhost-net User.

2014-11-19 Thread Anshul Makkar
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

[Qemu-devel] Sending packets up to VM using vhost-net User.

2014-11-18 Thread Anshul Makkar
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

Re: [Qemu-devel] Sending packets up to VM using vhost-net User.

2014-11-18 Thread Anshul Makkar
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