Re: [PATCH v2] ethdev: add support for RSS based on IPv6 flow label

2024-02-08 Thread Ajit Khaparde
On Thu, Feb 8, 2024 at 2:23 PM Ferruh Yigit wrote: > > On 2/8/2024 10:06 PM, Ajit Khaparde wrote: > > On supporting hardware, the 20-bit Flow Label field in the > > IPv6 header can be used to perform RSS in the ingress path. > > > > Flow label values can be chosen such that they can be > > used as

Re: [PATCH v2] ethdev: add support for RSS based on IPv6 flow label

2024-02-08 Thread Ferruh Yigit
On 2/8/2024 10:06 PM, Ajit Khaparde wrote: > On supporting hardware, the 20-bit Flow Label field in the > IPv6 header can be used to perform RSS in the ingress path. > > Flow label values can be chosen such that they can be > used as part of the input to a hash function used in a load > distributi

[PATCH v2] ethdev: add support for RSS based on IPv6 flow label

2024-02-08 Thread Ajit Khaparde
On supporting hardware, the 20-bit Flow Label field in the IPv6 header can be used to perform RSS in the ingress path. Flow label values can be chosen such that they can be used as part of the input to a hash function used in a load distribution scheme. On supporting hardware, the 20-bit Flow Lab