Re: [dpdk-dev] [PATCH v3 0/2] Using virtio ethdev ports as non-root

2019-10-25 Thread David Marchand
On Tue, Oct 22, 2019 at 10:22 AM David Marchand wrote: > > Here are two little changes to be able to run testpmd as non-root with > virtio ports in a guest. > This requires a functional vIOMMU (the main pain parts being writing a > Q35 machine configuration in qemu for x86 guests). > > No major ch

[dpdk-dev] [PATCH v3 0/2] Using virtio ethdev ports as non-root

2019-10-22 Thread David Marchand
Here are two little changes to be able to run testpmd as non-root with virtio ports in a guest. This requires a functional vIOMMU (the main pain parts being writing a Q35 machine configuration in qemu for x86 guests). No major change since the RFC, I just did not find the time to describe the full