RE: [PATCH v3 2/3] ethdev: add compare item

2024-01-31 Thread Ori Kam
t: Wednesday, January 31, 2024 4:48 AM > >>>> > >>>> Hi, > >>>> > >>>>> -Original Message- > >>>>> From: Ferruh Yigit > >>>>> Sent: Wednesday, January 31, 2024 1:34 AM > >>>>> To:

RE: [PATCH v3 2/3] ethdev: add compare item

2024-01-31 Thread Suanming Mou
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, February 1, 2024 12:46 AM > To: Ori Kam ; Suanming Mou ; > Aman Singh ; Yuying Zhang > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Andrew Rybchenko > > Cc: dev@dpdk.org > Subject: Re: [PATCH v3

Re: [PATCH v3 2/3] ethdev: add compare item

2024-01-31 Thread Ferruh Yigit
On 1/31/2024 5:43 PM, Ori Kam wrote: > > >> -Original Message- >> From: Ferruh Yigit >> Sent: Wednesday, January 31, 2024 6:46 PM >> Subject: Re: [PATCH v3 2/3] ethdev: add compare item >> >> On 1/31/2024 3:56 PM, Ori Kam wrote: >>&g

RE: [PATCH v3 2/3] ethdev: add compare item

2024-01-31 Thread Ori Kam
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, January 31, 2024 6:46 PM > Subject: Re: [PATCH v3 2/3] ethdev: add compare item > > On 1/31/2024 3:56 PM, Ori Kam wrote: > > Hi > > > >> -Original Message- > >> From

Re: [PATCH v3 2/3] ethdev: add compare item

2024-01-31 Thread Ferruh Yigit
t: Wednesday, January 31, 2024 1:34 AM >>> To: Suanming Mou ; Ori Kam >> ; >>> Aman Singh ; Yuying Zhang >>> ; NBU-Contact-Thomas Monjalon (EXTERNAL) >>> ; Andrew Rybchenko >>> >>> Cc: dev@dpdk.org >>> Subject: Re: [PATCH v3 2/3] ethdev: a

RE: [PATCH v3 2/3] ethdev: add compare item

2024-01-31 Thread Ori Kam
t; > Aman Singh ; Yuying Zhang > > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > > ; Andrew Rybchenko > > > > Cc: dev@dpdk.org > > Subject: Re: [PATCH v3 2/3] ethdev: add compare item > > > > On 1/15/2024 9:13 AM, Suanming Mou wrote: > > > The new

RE: [PATCH v3 2/3] ethdev: add compare item

2024-01-30 Thread Suanming Mou
Hi, > -Original Message- > From: Ferruh Yigit > Sent: Wednesday, January 31, 2024 1:34 AM > To: Suanming Mou ; Ori Kam ; > Aman Singh ; Yuying Zhang > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Andrew Rybchenko > > Cc: dev@dpdk.org > Subject: Re: [PAT

Re: [PATCH v3 2/3] ethdev: add compare item

2024-01-30 Thread Ferruh Yigit
On 1/15/2024 9:13 AM, Suanming Mou wrote: > The new item type is added for the case user wants to match traffic > based on packet field compare result with other fields or immediate > value. > > e.g. take advantage the compare item user will be able to accumulate > a IPv4/TCP packet's TCP data_off

[PATCH v3 2/3] ethdev: add compare item

2024-01-15 Thread Suanming Mou
The new item type is added for the case user wants to match traffic based on packet field compare result with other fields or immediate value. e.g. take advantage the compare item user will be able to accumulate a IPv4/TCP packet's TCP data_offset and IPv4 IHL field to a tag register, then compare