net/mlx5e: CT: Fix setting flow_source for smfs ct tuples
authorPaul Blakey <paulb@nvidia.com>
Thu, 7 Apr 2022 10:37:32 +0000 (13:37 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 18 May 2022 06:03:56 +0000 (23:03 -0700)
commit04c551bad3713661ac85902163b3a567864c9a7c
treee2d0c27851611dbdb96f954a00ea22543987e525
parent8e1dcf499a67c494aafff00f25d88320dfec0af3
net/mlx5e: CT: Fix setting flow_source for smfs ct tuples

Cited patch sets flow_source to ANY overriding the provided spec
flow_source, avoiding the optimization done by commit c9c079b4deaa
("net/mlx5: CT: Set flow source hint from provided tuple device").

To fix the above, set the dr_rule flow_source from provided flow spec.

Fixes: 3ee61ebb0df1 ("net/mlx5: CT: Add software steering ct flow steering provider")
Signed-off-by: Paul Blakey <paulb@nvidia.com>
Reviewed-by: Oz Shlomo <ozsh@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_smfs.c