RE: [PATCH] net/ice: omit IP protocol id from IP/TCP/UDP RSS

2023-08-21 Thread Zhang, Qi Z
> From: Visa Hankala > Sent: Sunday, August 20, 2023 6:51 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > > Subject: [PATCH] net/ice: omit IP protocol id from IP/TCP/UDP RSS > > Omit the IP protocol id from the IP/TCP/UDP RSS templates so that the hash > computat

[PATCH] net/ice: omit IP protocol id from IP/TCP/UDP RSS

2023-08-20 Thread Visa Hankala
Omit the IP protocol id from the IP/TCP/UDP RSS templates so that the hash computation uses only the source and destination addresses, and ports. Otherwise, the hash input set would contain an extra IP protocol id word at the start, giving RSS hashes that do not match the usual 2-tuple and 4-tuple