Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-07-02 Thread Dumitrescu, Cristian
> > > > > > > Hi Thierry, > > > > > > > > > > > > > > I think Thomas is asking for you to send a new version of this > > > > > > > patch > > with > > > > > the title updated. Is this OK with you? > > > > > > > > > > No need to send a v3. > > > > > > > > OK, so you're going to fix the title while

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-29 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, June 29, 2021 2:41 PM > To: Dumitrescu, Cristian ; Thierry Herbelot > > Cc: dev@dpdk.org; sta...@dpdk.org; david.march...@redhat.com > Subject: Re: [dpdk-stable] [PATCH v2] table: fix typo > > 29/06/2021 13:35, Dumitrescu,

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-29 Thread Thomas Monjalon
29/06/2021 13:35, Dumitrescu, Cristian: > From: dev On Behalf Of Dumitrescu, Cristian > > From: Thomas Monjalon > > > 21/06/2021 17:54, Thierry Herbelot: > > > > On 6/21/21 5:44 PM, Dumitrescu, Cristian wrote: > > > > > From: Thierry Herbelot > > > > >> On 6/17/21 9:01 AM, Thomas Monjalon wrote:

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-29 Thread Dumitrescu, Cristian
> -Original Message- > From: dev On Behalf Of Dumitrescu, Cristian > Sent: Monday, June 21, 2021 5:56 PM > To: Thomas Monjalon ; Thierry Herbelot > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo > > &

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-21 Thread Thierry Herbelot
On 6/21/21 6:14 PM, Thomas Monjalon wrote: 21/06/2021 17:54, Thierry Herbelot: On 6/21/21 5:44 PM, Dumitrescu, Cristian wrote: From: Thierry Herbelot On 6/17/21 9:01 AM, Thomas Monjalon wrote: Check Bucket key for all possible indices. Fixes: d0a00966618ba ("table: add exact match SWX table

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-21 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Monday, June 21, 2021 5:15 PM > To: Dumitrescu, Cristian ; Thierry Herbelot > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH v2] table: fix typo > > 21/06/2021 17:54, Thierry Herbelot: > > On 6/21/21 5:44 PM

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-21 Thread Thomas Monjalon
21/06/2021 17:54, Thierry Herbelot: > On 6/21/21 5:44 PM, Dumitrescu, Cristian wrote: > > From: Thierry Herbelot > >> On 6/17/21 9:01 AM, Thomas Monjalon wrote: > > Check Bucket key for all possible indices. > > > > Fixes: d0a00966618ba ("table: add exact match SWX table") > > Cc:

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-21 Thread Thierry Herbelot
On 6/21/21 5:44 PM, Dumitrescu, Cristian wrote: -Original Message- From: Thierry Herbelot Sent: Thursday, June 17, 2021 8:12 AM To: Thomas Monjalon ; Dumitrescu, Cristian Cc: dev@dpdk.org; sta...@dpdk.org Subject: Re: [dpdk-stable] [PATCH v2] table: fix typo On 6/17/21 9:01 AM, Thom

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-21 Thread Dumitrescu, Cristian
> -Original Message- > From: Thierry Herbelot > Sent: Thursday, June 17, 2021 8:12 AM > To: Thomas Monjalon ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH v2] table: fix typo > > On 6/17/21 9:01 AM, Thomas Monjalon wrote: > >>> Check Bu

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-17 Thread Thierry Herbelot
On 6/17/21 9:01 AM, Thomas Monjalon wrote: Check Bucket key for all possible indices. Fixes: d0a00966618ba ("table: add exact match SWX table") Cc: sta...@dpdk.org Cc: Cristian Dumitrescu Signed-off-by: Thierry Herbelot [...] - return (!bkt->sig[0] && !bkt->sig[1] && !bkt->sig[2] && !

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] table: fix typo

2021-06-17 Thread Thomas Monjalon
> > Check Bucket key for all possible indices. > > > > Fixes: d0a00966618ba ("table: add exact match SWX table") > > Cc: sta...@dpdk.org > > Cc: Cristian Dumitrescu > > > > Signed-off-by: Thierry Herbelot [...] > > - return (!bkt->sig[0] && !bkt->sig[1] && !bkt->sig[2] && !bkt->sig[2]) > > +