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

2018-11-23 Thread Maxime Coquelin
On 11/23/18 4:39 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 breaks most of the OVS unit

[dpdk-dev] [PATCH v3 2/2] 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 breaks most of the OVS unit tests if it built with DPDK support. Let's re