On 2/9/2024 6:16 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 > distribution scheme. > > Example to configure IPv6 flow label based RSS: > flow create 0 ingress pattern eth / ipv6 / tcp / end actions rss types > ipv6-flow-label end / end > > Signed-off-by: Ajit Khaparde <ajit.khapa...@broadcom.com> >
Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> Applied to dpdk-next-net/main, thanks.