[dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-23 Thread Ilya Maximets
Patches primary targeted to fix OVS unit test failures with DPDK 18.11 due to following error: 'IOPL call failed - cannot use virtio PMD'. We can avoid test failures in OVS by filtering the output like this: https://patchwork.ozlabs.org/project/openvswitch/list/?series=77706 but it still loo

Re: [dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-23 Thread Maxime Coquelin
Hi, On 11/23/18 4:39 PM, Ilya Maximets wrote: Patches primary targeted to fix OVS unit test failures with DPDK 18.11 due to following error: 'IOPL call failed - cannot use virtio PMD'. You mention v18.11, do you mean this is a regression? We can avoid test failures in OVS by filtering

Re: [dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-23 Thread Ilya Maximets
On 23.11.2018 18:41, Maxime Coquelin wrote: > Hi, > > On 11/23/18 4:39 PM, Ilya Maximets wrote: >> Patches primary targeted to fix OVS unit test failures with >> DPDK 18.11 due to following error: >> 'IOPL call failed - cannot use virtio PMD'. > > You mention v18.11, do you mean this is a re

Re: [dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-23 Thread Maxime Coquelin
On 11/23/18 4:53 PM, Ilya Maximets wrote: On 23.11.2018 18:41, Maxime Coquelin wrote: Hi, On 11/23/18 4:39 PM, Ilya Maximets wrote: Patches primary targeted to fix OVS unit test failures with DPDK 18.11 due to following error: 'IOPL call failed - cannot use virtio PMD'. You mention

Re: [dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-23 Thread Kevin Traynor
On 11/23/2018 04:25 PM, Maxime Coquelin wrote: > > > On 11/23/18 4:53 PM, Ilya Maximets wrote: >> On 23.11.2018 18:41, Maxime Coquelin wrote: >>> Hi, >>> >>> On 11/23/18 4:39 PM, Ilya Maximets wrote: Patches primary targeted to fix OVS unit test failures with DPDK 18.11 due to following

Re: [dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-23 Thread Thomas Monjalon
23/11/2018 21:07, Kevin Traynor: > On 11/23/2018 04:25 PM, Maxime Coquelin wrote: > > > > > > On 11/23/18 4:53 PM, Ilya Maximets wrote: > >> On 23.11.2018 18:41, Maxime Coquelin wrote: > >>> Hi, > >>> > >>> On 11/23/18 4:39 PM, Ilya Maximets wrote: > Patches primary targeted to fix OVS unit

Re: [dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-25 Thread Thomas Monjalon
23/11/2018 23:29, Thomas Monjalon: > 23/11/2018 21:07, Kevin Traynor: > > On 11/23/2018 04:25 PM, Maxime Coquelin wrote: > > > On 11/23/18 4:53 PM, Ilya Maximets wrote: > > >> On 23.11.2018 18:41, Maxime Coquelin wrote: > > >>> On 11/23/18 4:39 PM, Ilya Maximets wrote: > > Patches primary targ

Re: [dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-26 Thread Kevin Traynor
On 11/25/2018 10:42 AM, Thomas Monjalon wrote: > 23/11/2018 23:29, Thomas Monjalon: >> 23/11/2018 21:07, Kevin Traynor: >>> On 11/23/2018 04:25 PM, Maxime Coquelin wrote: On 11/23/18 4:53 PM, Ilya Maximets wrote: > On 23.11.2018 18:41, Maxime Coquelin wrote: >> On 11/23/18 4:39 PM, Ily

Re: [dpdk-dev] [PATCH v3 0/2] IOPL related fixes

2018-11-27 Thread David Marchand
On Sun, Nov 25, 2018 at 11:42 AM Thomas Monjalon wrote: > 23/11/2018 23:29, Thomas Monjalon: > > 23/11/2018 21:07, Kevin Traynor: > > > On 11/23/2018 04:25 PM, Maxime Coquelin wrote: > > > > On 11/23/18 4:53 PM, Ilya Maximets wrote: > > > >> On 23.11.2018 18:41, Maxime Coquelin wrote: > > > >>> O