mbox series

[net-next,0/7] mlxsw: Various updates

Message ID 20220127090226.283442-1-idosch@nvidia.com (mailing list archive)
Headers show
Series mlxsw: Various updates | expand

Message

Ido Schimmel Jan. 27, 2022, 9:02 a.m. UTC
This patchset contains miscellaneous updates for mlxsw. No user visible
changes that I am aware of.

Patches #1-#5 rework registration of internal traps in preparation of
line cards support.

Patch #6 improves driver resilience against a misbehaving device.

Patch #7 prevents the driver from overwriting device internal actions.
See the commit message for more details.

Amit Cohen (1):
  mlxsw: spectrum: Guard against invalid local ports

Ido Schimmel (1):
  mlxsw: spectrum_acl: Allocate default actions for internal TCAM
    regions

Jiri Pirko (5):
  mlxsw: spectrum: Set basic trap groups from an array
  mlxsw: core: Move basic_trap_groups_set() call out of EMAD init code
  mlxsw: core: Move basic trap group initialization from spectrum.c
  mlxsw: core: Move functions to register/unregister array of traps to
    core.c
  mlxsw: core: Consolidate trap groups to a single event group

 drivers/net/ethernet/mellanox/mlxsw/core.c    |  75 +++++++++++--
 drivers/net/ethernet/mellanox/mlxsw/core.h    |  10 +-
 .../net/ethernet/mellanox/mlxsw/core_env.c    |   4 +-
 drivers/net/ethernet/mellanox/mlxsw/reg.h     |   4 +-
 .../net/ethernet/mellanox/mlxsw/resources.h   |   2 +
 .../net/ethernet/mellanox/mlxsw/spectrum.c    | 106 +++---------------
 .../net/ethernet/mellanox/mlxsw/spectrum.h    |   7 ++
 .../mellanox/mlxsw/spectrum2_acl_tcam.c       |  12 +-
 .../ethernet/mellanox/mlxsw/spectrum_ptp.c    |   3 +-
 .../mellanox/mlxsw/spectrum_switchdev.c       |   3 +-
 10 files changed, 116 insertions(+), 110 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 28, 2022, 3:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 27 Jan 2022 11:02:19 +0200 you wrote:
> This patchset contains miscellaneous updates for mlxsw. No user visible
> changes that I am aware of.
> 
> Patches #1-#5 rework registration of internal traps in preparation of
> line cards support.
> 
> Patch #6 improves driver resilience against a misbehaving device.
> 
> [...]

Here is the summary with links:
  - [net-next,1/7] mlxsw: spectrum: Set basic trap groups from an array
    https://git.kernel.org/netdev/net-next/c/7aad5244f000
  - [net-next,2/7] mlxsw: core: Move basic_trap_groups_set() call out of EMAD init code
    https://git.kernel.org/netdev/net-next/c/74e0494d35ac
  - [net-next,3/7] mlxsw: core: Move basic trap group initialization from spectrum.c
    https://git.kernel.org/netdev/net-next/c/8ae89cf454b0
  - [net-next,4/7] mlxsw: core: Move functions to register/unregister array of traps to core.c
    https://git.kernel.org/netdev/net-next/c/981f1d18be40
  - [net-next,5/7] mlxsw: core: Consolidate trap groups to a single event group
    https://git.kernel.org/netdev/net-next/c/636d3ad23890
  - [net-next,6/7] mlxsw: spectrum: Guard against invalid local ports
    https://git.kernel.org/netdev/net-next/c/bcdfd615f83b
  - [net-next,7/7] mlxsw: spectrum_acl: Allocate default actions for internal TCAM regions
    https://git.kernel.org/netdev/net-next/c/ef14c298b5b0

You are awesome, thank you!