From: Jiri Pirko <j...@mellanox.com> This driver update mainly brings support for user to be able to setup flooding on specified port, via bridge flag. Also, there is a fix in ageing time conversion. The rest is just cosmetics.
Ido Schimmel (4): switchdev: Add support for flood control switchdev: Make flood to CPU optional mlxsw: spectrum: Add support for VLAN ranges in flooding configuration mlxsw: spectrum: Add support for flood control Jiri Pirko (6): mlxsw: spectrum: move "bridged" bool to u8 flags mlxsw: reg: Fix description for reg_sfd_uc_sub_port mlxsw: reg: Fix desription typos of couple of SFN items mlxsw: reg: Avoid unnecessary line wrap for mlxsw_reg_sfd_uc_unpack mlxsw: spectrum: Fix ageing time value mlxsw: spectrum: Make mlxsw_sp_port_switchdev_ops static Or Gerlitz (2): mlxsw: Put constant on the right side of comparisons mlxsw: Put braces on all arms of branch statement Documentation/networking/switchdev.txt | 7 +- drivers/net/ethernet/mellanox/mlxsw/core.c | 4 +- drivers/net/ethernet/mellanox/mlxsw/pci.c | 3 +- drivers/net/ethernet/mellanox/mlxsw/reg.h | 18 +-- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 5 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 7 +- .../ethernet/mellanox/mlxsw/spectrum_switchdev.c | 144 +++++++++++++-------- drivers/net/ethernet/mellanox/mlxsw/switchx2.c | 2 +- net/switchdev/switchdev.c | 5 +- 9 files changed, 122 insertions(+), 73 deletions(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html