Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-30 Thread Thomas Monjalon
30/10/2020 17:36, Burakov, Anatoly: > On 30-Oct-20 3:44 PM, Thomas Monjalon wrote: > > 30/10/2020 16:27, Burakov, Anatoly: > >> On 30-Oct-20 2:09 PM, Thomas Monjalon wrote: > >>> 30/10/2020 14:37, Burakov, Anatoly: > On 30-Oct-20 10:14 AM, Thomas Monjalon wrote: > > 30/10/2020 11:09, Burak

Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-30 Thread Burakov, Anatoly
On 30-Oct-20 3:44 PM, Thomas Monjalon wrote: 30/10/2020 16:27, Burakov, Anatoly: On 30-Oct-20 2:09 PM, Thomas Monjalon wrote: 30/10/2020 14:37, Burakov, Anatoly: On 30-Oct-20 10:14 AM, Thomas Monjalon wrote: 30/10/2020 11:09, Burakov, Anatoly: On 29-Oct-20 9:27 PM, David Marchand wrote: On

Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-30 Thread Thomas Monjalon
30/10/2020 16:27, Burakov, Anatoly: > On 30-Oct-20 2:09 PM, Thomas Monjalon wrote: > > 30/10/2020 14:37, Burakov, Anatoly: > >> On 30-Oct-20 10:14 AM, Thomas Monjalon wrote: > >>> 30/10/2020 11:09, Burakov, Anatoly: > On 29-Oct-20 9:27 PM, David Marchand wrote: > > On Tue, Oct 27, 2020 at

Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-30 Thread Burakov, Anatoly
On 30-Oct-20 2:09 PM, Thomas Monjalon wrote: 30/10/2020 14:37, Burakov, Anatoly: On 30-Oct-20 10:14 AM, Thomas Monjalon wrote: 30/10/2020 11:09, Burakov, Anatoly: On 29-Oct-20 9:27 PM, David Marchand wrote: On Tue, Oct 27, 2020 at 4:00 PM Liang Ma wrote: Currently, it is not possible to ch

Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-30 Thread Thomas Monjalon
30/10/2020 14:37, Burakov, Anatoly: > On 30-Oct-20 10:14 AM, Thomas Monjalon wrote: > > 30/10/2020 11:09, Burakov, Anatoly: > >> On 29-Oct-20 9:27 PM, David Marchand wrote: > >>> On Tue, Oct 27, 2020 at 4:00 PM Liang Ma wrote: > > Currently, it is not possible to check support for intrin

Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-30 Thread Burakov, Anatoly
On 30-Oct-20 10:14 AM, Thomas Monjalon wrote: 30/10/2020 11:09, Burakov, Anatoly: On 29-Oct-20 9:27 PM, David Marchand wrote: On Tue, Oct 27, 2020 at 4:00 PM Liang Ma wrote: Currently, it is not possible to check support for intrinsics that are platform-specific, cannot be abstracted in a ge

Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-30 Thread Thomas Monjalon
30/10/2020 11:09, Burakov, Anatoly: > On 29-Oct-20 9:27 PM, David Marchand wrote: > > On Tue, Oct 27, 2020 at 4:00 PM Liang Ma wrote: > >> > >> Currently, it is not possible to check support for intrinsics that > >> are platform-specific, cannot be abstracted in a generic way, or do not > >> have

Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-30 Thread Burakov, Anatoly
On 29-Oct-20 9:27 PM, David Marchand wrote: On Tue, Oct 27, 2020 at 4:00 PM Liang Ma wrote: Currently, it is not possible to check support for intrinsics that are platform-specific, cannot be abstracted in a generic way, or do not have support on all architectures. The CPUID flags can be used

Re: [dpdk-dev] [PATCH v10 3/9] eal: add intrinsics support check infrastructure

2020-10-29 Thread David Marchand
On Tue, Oct 27, 2020 at 4:00 PM Liang Ma wrote: > > Currently, it is not possible to check support for intrinsics that > are platform-specific, cannot be abstracted in a generic way, or do not > have support on all architectures. The CPUID flags can be used to some > extent, but they are only defi