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

2024-01-15 Thread Suanming Mou
Hi, > -Original Message- > From: Andrew Rybchenko > Sent: Friday, January 12, 2024 4:11 PM > To: Suanming Mou ; Ori Kam ; > Aman Singh ; Yuying Zhang > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Ferruh Yigit > Cc: dev@dpdk.org > Subject: Re: [PATCH v2 2/

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

2024-01-12 Thread Andrew Rybchenko
On 12/19/23 04:33, 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_offset and IPv4

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

2024-01-09 Thread Ori Kam
> -Original Message- > From: Suanming Mou > Sent: Tuesday, December 19, 2023 3:34 AM > > 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

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

2023-12-18 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