RE: [PATCH v1] net/mlx5: support symmetric RSS hash function

2023-07-04 Thread Ori Kam
Hi Xueming, > -Original Message- > From: Xueming(Steven) Li > Sent: Friday, June 30, 2023 10:55 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; Suanming Mou > > Cc: Xueming(Steven) Li ; dev@dpdk.org > Subject: [PATCH v1] net/mlx5: support symmetric RSS hash

[PATCH v1] net/mlx5: support symmetric RSS hash function

2023-06-30 Thread Xueming Li
This patch supports symmetric hash function that creating same hash result for bi-direction traffic which having reverse source and destination IP and L4 port. Since the hash algorithom is different than spec(XOR), leave a warning in validation. Signed-off-by: Xueming Li --- drivers/net/mlx5/ml