Re: [dpdk-dev] [PATCH v2] net/virtio: avoid annoying IOPL call related errors

2018-11-23 Thread Timothy Redaelli
On Fri, 23 Nov 2018 17:36:20 +0300 Ilya Maximets wrote: > In case of running with not enough capabilities, i.e. running as > non-root user any application linked with DPDK prints the message > about IOPL call failure even if it was just called like > './testpmd --help'. For example, this beaks mo

Re: [dpdk-dev] [PATCH v2] net/virtio: avoid annoying IOPL call related errors

2018-11-23 Thread David Marchand
On Fri, Nov 23, 2018 at 3:36 PM Ilya Maximets wrote: > In case of running with not enough capabilities, i.e. running as > non-root user any application linked with DPDK prints the message > about IOPL call failure even if it was just called like > './testpmd --help'. For example, this beaks most

[dpdk-dev] [PATCH v2] net/virtio: avoid annoying IOPL call related errors

2018-11-23 Thread Ilya Maximets
In case of running with not enough capabilities, i.e. running as non-root user any application linked with DPDK prints the message about IOPL call failure even if it was just called like './testpmd --help'. For example, this beaks most of the OVS unit tests if it built with DPDK support. Let's reg