RE: [PATCH v6 02/18] net/mlx5: fix IPv6 and TCP RSS hash fields

2022-10-24 Thread Slava Ovsiienko
> -Original Message- > From: Suanming Mou > Sent: Thursday, October 20, 2022 18:42 > To: Matan Azrad ; Slava Ovsiienko > Cc: dev@dpdk.org; Raslan Darawsheh ; Ori Kam > > Subject: [PATCH v6 02/18] net/mlx5: fix IPv6 and TCP RSS hash fields > > In the flow_d

[PATCH v6 02/18] net/mlx5: fix IPv6 and TCP RSS hash fields

2022-10-20 Thread Suanming Mou
In the flow_dv_hashfields_set() function, while item_flags was 0, the code went directly to the first if and the else case would never have chance be checked. This caused the IPv6 and TCP hash fields in the else case would never be set. This commit adds the dedicate HW steering hash field set func