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)
commitffdc8ec0b79f499c21284f4229de02d70204bf6a
treeb81dc6eb0f7e30c65bbe3d763a1c9e20822f70dc
parent17347d5430c4e4e1a3c58ffa2732746bd26a9c02
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