Re: [dpdk-dev] [PATCH v8] ethdev: add IPv4 and L4 checksum RSS offload types

2021-09-28 Thread Zhang, AlvinX
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, September 28, 2021 9:09 PM > To: Zhang, AlvinX ; Zhang, Qi Z > > Cc: dev@dpdk.org; Ajit Khaparde ; Singh, > Aman Deep ; Thomas Monjalon > > Subject: Re: [PATCH v8] ethdev: add IPv4 and L4 checksum RSS offload types > > On 9/15/

Re: [dpdk-dev] [PATCH v8] ethdev: add IPv4 and L4 checksum RSS offload types

2021-09-28 Thread Ferruh Yigit
On 9/15/2021 6:47 AM, Alvin Zhang wrote: > This patch defines new RSS offload types for IPv4 and > L4(TCP/UDP/SCTP) checksum, which are required when users want > to distribute packets based on the IPv4 or L4 checksum field. > > For example "flow create 0 ingress pattern eth / ipv4 / end > actions

Re: [dpdk-dev] [PATCH v8] ethdev: add IPv4 and L4 checksum RSS offload types

2021-09-21 Thread Ferruh Yigit
On 9/15/2021 6:47 AM, Alvin Zhang wrote: > This patch defines new RSS offload types for IPv4 and > L4(TCP/UDP/SCTP) checksum, which are required when users want > to distribute packets based on the IPv4 or L4 checksum field. > > For example "flow create 0 ingress pattern eth / ipv4 / end > actions

[dpdk-dev] [PATCH v8] ethdev: add IPv4 and L4 checksum RSS offload types

2021-09-14 Thread Alvin Zhang
This patch defines new RSS offload types for IPv4 and L4(TCP/UDP/SCTP) checksum, which are required when users want to distribute packets based on the IPv4 or L4 checksum field. For example "flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4-chksum end queues end / end", this fl