]> Git Repo - linux.git/commit
net/mlx5e: Reduce tc unsupported key print level
authorMaor Dickman <[email protected]>
Tue, 19 Jan 2021 15:21:38 +0000 (17:21 +0200)
committerSaeed Mahameed <[email protected]>
Tue, 26 Jan 2021 23:38:43 +0000 (15:38 -0800)
commit48470a90a42a64dd2f70743a149894a292b356e0
tree47ed2c6522ec3ae4875e600f24d7621c1f7b54df
parent258ed19f075fbc834fe5d69d8b54983fc11e0d4a
net/mlx5e: Reduce tc unsupported key print level

"Unsupported key used:" appears in kernel log when flows with
unsupported key are used, arp fields for example.

OpenVSwitch was changed to match on arp fields by default that
caused this warning to appear in kernel log for every arp rule, which
can be a lot.

Fix by lowering print level from warning to debug.

Fixes: e3a2b7ed018e ("net/mlx5e: Support offload cls_flower with drop action")
Signed-off-by: Maor Dickman <[email protected]>
Reviewed-by: Roi Dayan <[email protected]>
Reviewed-by: Saeed Mahameed <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
This page took 0.056271 seconds and 4 git commands to generate.