High performance with Virtio - librte_pmd_virtio

2014-08-06 Thread Emerson Barea
Hi there. I'm trying to use librte_pmd_virtio and I got success in the test indicated in README file. But now, I want to know how I create a vm using this dpdk tunned virtio. Somebody knows how can I create this vm? qemu-system-x86_64 -hda image.img (what more???) Thank you. Emerson

Re: High performance with Virtio - librte_pmd_virtio

2014-08-06 Thread Emerson Barea
ould help: > http://dpdk.org/doc/virtio-net-pmd > > > > On 06/08/2014 16:47, Emerson Barea wrote: >> >> Hi there. >> >> I'm trying to use librte_pmd_virtio and I got success in the test >> indicated >> in README file. But now, I want to know h

Re: High performance with Virtio - librte_pmd_virtio

2014-08-06 Thread Emerson Barea
Great. Thank you Vincent. 2014-08-06 13:15 GMT-03:00 Vincent JARDIN : > you should never need to call it. We did design this PMD to be a plugin of > DPDK applications. It is not a KVM talk! -> DPDK. > > > On 06/08/2014 17:02, Emerson Barea wrote: >> >> Thank you