net/mlx5e: TC, Remove redundant WARN_ON()
authorRoi Dayan <roid@nvidia.com>
Wed, 21 Sep 2022 06:17:15 +0000 (09:17 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 12 Nov 2022 10:20:19 +0000 (02:20 -0800)
commit989722906166173c703c1d73a26a0167fdad4136
tree9f7e17a773d81bdb9182c2ae4d656d58d7a929e6
parente74ae1faeb71a0c264102a0aad66d65e5152a568
net/mlx5e: TC, Remove redundant WARN_ON()

The case where the packet is not offloaded and needs to be restored
to slow path and couldn't find expected tunnel information should not
dump a call trace to the user. there is a debug call.

Signed-off-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Maor Dickman <maord@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c