Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread David Marchand
On Wed, Sep 30, 2020 at 3:08 PM Ciara Power wrote: > > This patch adds a max SIMD bitwidth EAL configuration. The API allows > for an app to set this value. It can also be set using EAL argument > --force-max-simd-bitwidth, which will lock the value and override any > modifications made by the app

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Power, Ciara
Hi Bruce, Konstantin, >-Original Message- >From: Bruce Richardson >Sent: Thursday 8 October 2020 15:18 >To: Ananyev, Konstantin >Cc: Power, Ciara ; dev@dpdk.org; Ray Kinsella >; Neil Horman >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth >

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Bruce Richardson
On Thu, Oct 08, 2020 at 03:07:54PM +0100, Ananyev, Konstantin wrote: > > > On Thu, Oct 08, 2020 at 01:07:26PM +, Ananyev, Konstantin wrote: > > > > > > > This patch adds a max SIMD bitwidth EAL configuration. The API allows > > > > for an app to set this value. It can also be set using EAL arg

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Ananyev, Konstantin
> On Thu, Oct 08, 2020 at 01:07:26PM +, Ananyev, Konstantin wrote: > > > > > This patch adds a max SIMD bitwidth EAL configuration. The API allows > > > for an app to set this value. It can also be set using EAL argument > > > --force-max-simd-bitwidth, which will lock the value and override

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Ananyev, Konstantin
> > diff --git a/lib/librte_eal/include/rte_eal.h > b/lib/librte_eal/include/rte_eal.h > index ddcf6a2e7a..fb739f3474 100644 > --- a/lib/librte_eal/include/rte_eal.h > +++ b/lib/librte_eal/include/rte_eal.h > @@ -43,6 +43,14 @@ enum rte_proc_type_t { > RTE_PROC_INVALID > }; > > +enum r

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Bruce Richardson
On Thu, Oct 08, 2020 at 01:07:26PM +, Ananyev, Konstantin wrote: > > > This patch adds a max SIMD bitwidth EAL configuration. The API allows > > for an app to set this value. It can also be set using EAL argument > > --force-max-simd-bitwidth, which will lock the value and override any > > mod

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Ananyev, Konstantin
> This patch adds a max SIMD bitwidth EAL configuration. The API allows > for an app to set this value. It can also be set using EAL argument > --force-max-simd-bitwidth, which will lock the value and override any > modifications made by the app. > > Signed-off-by: Ciara Power > > --- > v3: >

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Olivier Matz
ower, Ciara > > > Cc: dev@dpdk.org; Ray Kinsella ; > > >Neil Horman ; Richardson, Bruce > > > Subject: Re: [dpdk-dev] [PATCH v3 01/18] > > >eal: add max SIMD bitwidth > > > > > >Hi Ciara, > > > > > >On Thu, Oct 08, 2020 at 09:25:42

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Bruce Richardson
vier Matz > >> > Sent: Wednesday 7 October 2020 12:18 To: > >> >Power, Ciara Cc: dev@dpdk.org; Ray Kinsella > >> >; Neil Horman ; Richardson, > >> >Bruce Subject: Re: [dpdk-dev] [PATCH v3 > >> >01/18] eal: add max SIMD bitwidth > &g

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Power, Ciara
Hi Olivier, >-Original Message- >From: Olivier Matz >Sent: Thursday 8 October 2020 11:04 >To: Power, Ciara >Cc: dev@dpdk.org; Ray Kinsella ; Neil Horman >; Richardson, Bruce >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth > >Hi Ciara,

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Olivier Matz
> >; Richardson, Bruce > >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth > > > >Hi Ciara, > > > >On Wed, Oct 07, 2020 at 10:47:34AM +, Power, Ciara wrote: > >> Hi Olivier, > >> > >> Thanks for reviewing, some comm

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-08 Thread Power, Ciara
Hi Olivier, >-Original Message- >From: Olivier Matz >Sent: Wednesday 7 October 2020 12:18 >To: Power, Ciara >Cc: dev@dpdk.org; Ray Kinsella ; Neil Horman >; Richardson, Bruce >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth > >Hi Ciara,

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-07 Thread Olivier Matz
gt; >Cc: dev@dpdk.org; Ray Kinsella ; Neil Horman > > > >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth > > > >Hi Ciara, > > > >Please find some comments below. > > > >On Wed, Sep 30, 2020 at 02:03:57PM +0100, Ciara Power wrote: >

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-07 Thread Power, Ciara
Hi Bruce, >-Original Message- >From: Bruce Richardson >Sent: Wednesday 7 October 2020 11:52 >To: Power, Ciara >Cc: Olivier Matz ; dev@dpdk.org; Ray Kinsella >; Neil Horman >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth > >On Wed, Oct 0

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-07 Thread Power, Ciara
Hi Maxime, Thanks for reviewing, some comments below. >-Original Message- >From: Maxime Coquelin >Sent: Tuesday 6 October 2020 12:50 >To: Power, Ciara ; dev@dpdk.org >Cc: Ray Kinsella ; Neil Horman >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-07 Thread Bruce Richardson
;Cc: dev@dpdk.org; Ray Kinsella ; Neil Horman > > > >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth > > > >Hi Ciara, > > > >Please find some comments below. > > > >On Wed, Sep 30, 2020 at 02:03:57PM +0100, Ciara Power wrote: > >> T

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-07 Thread Power, Ciara
Hi Olivier, Thanks for reviewing, some comments below. >-Original Message- >From: Olivier Matz >Sent: Tuesday 6 October 2020 10:32 >To: Power, Ciara >Cc: dev@dpdk.org; Ray Kinsella ; Neil Horman > >Subject: Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-06 Thread Maxime Coquelin
On 9/30/20 3:03 PM, Ciara Power wrote: > This patch adds a max SIMD bitwidth EAL configuration. The API allows > for an app to set this value. It can also be set using EAL argument > --force-max-simd-bitwidth, which will lock the value and override any > modifications made by the app. > > Signe

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-06 Thread Olivier Matz
Hi Ciara, Please find some comments below. On Wed, Sep 30, 2020 at 02:03:57PM +0100, Ciara Power wrote: > This patch adds a max SIMD bitwidth EAL configuration. The API allows > for an app to set this value. It can also be set using EAL argument > --force-max-simd-bitwidth, which will lock the va

Re: [dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-10-01 Thread Coyle, David
Hi Ciara > -Original Message- > From: dev On Behalf Of Ciara Power > diff --git a/lib/librte_eal/common/eal_internal_cfg.h > b/lib/librte_eal/common/eal_internal_cfg.h > index 13f93388a7..367e0cc19e 100644 > --- a/lib/librte_eal/common/eal_internal_cfg.h > +++ b/lib/librte_eal/common/e

[dpdk-dev] [PATCH v3 01/18] eal: add max SIMD bitwidth

2020-09-30 Thread Ciara Power
This patch adds a max SIMD bitwidth EAL configuration. The API allows for an app to set this value. It can also be set using EAL argument --force-max-simd-bitwidth, which will lock the value and override any modifications made by the app. Signed-off-by: Ciara Power --- v3: - Added enum value t