aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSaeed Mahameed <saeedm@mellanox.com>2019-03-21 15:51:33 -0700
committerSaeed Mahameed <saeedm@mellanox.com>2019-03-22 12:09:30 -0700
commitee576ec1c1c66ec1cd0c4735bb12bc08f675f530 (patch)
treeffe6c67a3391a1704a3ed8dca5c1ca3cee27ff81 /net
parentnet/mlx5e: Fix port buffer function documentation format (diff)
downloadlinux-dev-ee576ec1c1c66ec1cd0c4735bb12bc08f675f530.tar.xz
linux-dev-ee576ec1c1c66ec1cd0c4735bb12bc08f675f530.zip
net/mlx5e: Fix compilation warning in en_tc.c
Amazingly a mlx5e_tc function is being called from the eswitch layer, which is by itself very terrible! The function was declared locally in eswitch_offloads.c so it could be used there, which caused the following compilation warning, fix that. drivers/.../mlx5/core/en_tc.c:3242:6: [-Werror=missing-prototypes] error: no previous prototype for ‘mlx5e_tc_clean_fdb_peer_flows’ Fixes: 04de7dda7394 ("net/mlx5e: Infrastructure for duplicated offloading of TC flows") Reviewed-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions