#include "subcmd-config.h" #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED" struct subcmd_config subcmd_config = { .exec_name = UNDEFINED, .prefix = UNDEFINED, .exec_path = UNDEFINED, .exec_path_env = UNDEFINED, .pager_env = UNDEFINED, }; tom/fs/adfs/map.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/adfs/map.c
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorNogah Frankel <nogahf@mellanox.com>2017-02-09 14:54:46 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-10 11:46:40 -0500
commit71c365bdc4396893798c8e1c9247663096ff4829 (patch)
tree3e64620d399cb4bfb3db580d40b67b180e307b65 /drivers
parent63fe813c6008b5a10a06bffd64cee8da2984e716 (diff)
mlxsw: spectrum: Separate bc and mc floods
Break the bm (broadcast-multicast) into two tables, one for broadcast (and link local multicast that behaves like bc) and one for unknown multicasts. Add a bool into mlxsw_sp_port named mc_flood that reflect the value this port should have in the mc flood table (currently, always 1); 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 (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum.c23
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum.h4
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c21
3 files changed, 35 insertions, 13 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c