> -----Original Message----- > From: Suanming Mou <[email protected]> > Sent: Thursday, October 20, 2022 18:42 > To: Matan Azrad <[email protected]>; Slava Ovsiienko <[email protected]> > Cc: [email protected]; Raslan Darawsheh <[email protected]>; Ori Kam > <[email protected]> > Subject: [PATCH v6 02/18] net/mlx5: fix IPv6 and TCP RSS hash fields > > 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 function to > generate the RSS hash fields. > > Fixes: 3a2f674b6aa8 ("net/mlx5: add queue and RSS HW steering action") > Signed-off-by: Suanming Mou <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]>
- [PATCH v6 00/18] net/mlx5: HW steering PMD update Suanming Mou
- [PATCH v6 01/18] net/mlx5: fix invalid flow attribute... Suanming Mou
- RE: [PATCH v6 01/18] net/mlx5: fix invalid flow a... Slava Ovsiienko
- [PATCH v6 02/18] net/mlx5: fix IPv6 and TCP RSS hash ... Suanming Mou
- RE: [PATCH v6 02/18] net/mlx5: fix IPv6 and TCP R... Slava Ovsiienko
- [PATCH v6 04/18] net/mlx5: add modify field hws suppo... Suanming Mou
- RE: [PATCH v6 04/18] net/mlx5: add modify field h... Slava Ovsiienko
- [PATCH v6 06/18] net/mlx5: add extended metadata mode... Suanming Mou
- RE: [PATCH v6 06/18] net/mlx5: add extended metad... Slava Ovsiienko
- [PATCH v6 03/18] net/mlx5: add shared header reformat... Suanming Mou
- RE: [PATCH v6 03/18] net/mlx5: add shared header ... Slava Ovsiienko
- [PATCH v6 08/18] net/mlx5: add HW steering counter ac... Suanming Mou
- RE: [PATCH v6 08/18] net/mlx5: add HW steering co... Slava Ovsiienko
- [PATCH v6 05/18] net/mlx5: add HW steering port actio... Suanming Mou
- RE: [PATCH v6 05/18] net/mlx5: add HW steering po... Slava Ovsiienko

