RE: [PATCH v2] ethdev: add TCP/IP modify field IDs

2023-10-11 Thread Suanming Mou
> > ; Andrew Rybchenko > > > > Cc: dev@dpdk.org > > Subject: Re: [PATCH v2] ethdev: add TCP/IP modify field IDs > > > > On 9/8/2023 4:49 AM, Suanming Mou wrote: > > > Currently, get TCP/IP header or data length information from traffic > > > i

RE: [PATCH v2] ethdev: add TCP/IP modify field IDs

2023-10-10 Thread Suanming Mou
Hi, > -Original Message- > From: Ferruh Yigit > Sent: Tuesday, October 10, 2023 6:24 PM > To: Suanming Mou ; Ori Kam ; > Aman Singh ; Yuying Zhang > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Andrew Rybchenko > > Cc: dev@dpdk.org > Subject: Re: [PATCH

Re: [PATCH v2] ethdev: add TCP/IP modify field IDs

2023-10-10 Thread Ferruh Yigit
On 9/8/2023 4:49 AM, Suanming Mou wrote: > Currently, get TCP/IP header or data length information from traffic > is missing in the modify field IDs. This commit adds the missing > TCP data_offset, IPv4 IHL/total_len, IPv6 payload_len to modify filed > IDs. This allows users be able to manager more

[PATCH v2] ethdev: add TCP/IP modify field IDs

2023-09-07 Thread Suanming Mou
Currently, get TCP/IP header or data length information from traffic is missing in the modify field IDs. This commit adds the missing TCP data_offset, IPv4 IHL/total_len, IPv6 payload_len to modify filed IDs. This allows users be able to manager more TCP/IP fields. Signed-off-by: Suanming Mou ---