summaryrefslogtreecommitdiff
path: root/staging/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'staging/cli.h')
0 files changed, 0 insertions, 0 deletions
arent6d5496483f5eb7b4da2e83c7b2149a21ad412d96 (diff)
mlxsw: spectrum: Break flood set func to be per table
Currently, the flood set function can't operate on only one table, but sets both uc_flood and mb_flood together. This patch creates a function that sets the flood state per table. Signed-off-by: Nogah Frankel <nogahf@mellanox.com> Signed-off-by: Yotam Gigi <yotamg@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c54
1 files changed, 34 insertions, 20 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c