net/mlx5e: Change the warning when ignore_flow_level is not supported
authorJianbo Liu <jianbol@nvidia.com>
Mon, 25 Dec 2023 01:47:05 +0000 (01:47 +0000)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 2 Mar 2024 07:02:26 +0000 (23:02 -0800)
commitdd238b702064b21d25b4fc39a19699319746d655
tree82ae7c454f75724a1102750a6935d37750560ffa
parent5e6107b499f3fc4748109e1d87fd9603b34f1e0d
net/mlx5e: Change the warning when ignore_flow_level is not supported

Downgrade the print from mlx5_core_warn() to mlx5_core_dbg(), as it
is just a statement of fact that firmware doesn't support ignore flow
level.

And change the wording to "firmware flow level support is missing", to
make it more accurate.

Fixes: ae2ee3be99a8 ("net/mlx5: CT: Remove warning of ignore_flow_level support for VFs")
Signed-off-by: Jianbo Liu <jianbol@nvidia.com>
Suggested-by: Elliott, Robert (Servers) <elliott@hpe.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_act.c