]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: DR, Reduce print level for matcher print
authorAlex Vesker <valex@mellanox.com>
Mon, 6 Jul 2020 13:32:11 +0000 (16:32 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 28 Jul 2020 09:37:52 +0000 (02:37 -0700)
commit6f90d92aa95d69d90382e5d398079aa071df2a4a
treeb81dc6eb0f7e30c65bbe3d763a1c9e20822f70dc
parent0757794cb209e5668873f5dbdf8ccc4980fcb9cd
net/mlx5: DR, Reduce print level for matcher print

There is no need to print on each unsuccessful matcher
ip_version combination since it probably will happen when
trying to create all the possible combinations.
On a real failure we have a print in the calling function.

Signed-off-by: Alex Vesker <valex@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c