mbox series

[net-next,0/8] mlxsw: Unified bridge conversion - part 3/6

Message ID 20220623071737.318238-1-idosch@nvidia.com (mailing list archive)
Headers show
Series mlxsw: Unified bridge conversion - part 3/6 | expand

Message

Ido Schimmel June 23, 2022, 7:17 a.m. UTC
This is the third part of the conversion of mlxsw to the unified bridge
model.

Like the second part, this patchset does not begin the conversion, but
instead prepares the FID code for it. The individual changes are
relatively small and self-contained with detailed description and
motivation in the commit message.

Amit Cohen (8):
  mlxsw: spectrum_fid: Maintain {port, VID}->FID mappings
  mlxsw: spectrum_fid: Update FID structure prior to device
    configuration
  mlxsw: spectrum_fid: Rename mlxsw_sp_fid_vni_op()
  mlxsw: spectrum_fid: Pass FID structure to mlxsw_sp_fid_op()
  mlxsw: spectrum_fid: Pass FID structure to
    __mlxsw_sp_fid_port_vid_map()
  mlxsw: spectrum: Use different arrays of FID families per-ASIC type
  mlxsw: spectrum: Rename MLXSW_SP_RIF_TYPE_VLAN
  mlxsw: spectrum: Change mlxsw_sp_rif_vlan_fid_op() to be dedicated for
    FID RIFs

 drivers/net/ethernet/mellanox/mlxsw/reg.h     |  10 -
 .../net/ethernet/mellanox/mlxsw/spectrum.c    |   4 +
 .../net/ethernet/mellanox/mlxsw/spectrum.h    |   6 +-
 .../ethernet/mellanox/mlxsw/spectrum_fid.c    | 203 +++++++++++-------
 .../ethernet/mellanox/mlxsw/spectrum_router.c |  26 ++-
 5 files changed, 142 insertions(+), 107 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 24, 2022, 11:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 23 Jun 2022 10:17:29 +0300 you wrote:
> This is the third part of the conversion of mlxsw to the unified bridge
> model.
> 
> Like the second part, this patchset does not begin the conversion, but
> instead prepares the FID code for it. The individual changes are
> relatively small and self-contained with detailed description and
> motivation in the commit message.
> 
> [...]

Here is the summary with links:
  - [net-next,1/8] mlxsw: spectrum_fid: Maintain {port, VID}->FID mappings
    https://git.kernel.org/netdev/net-next/c/fddf42c34349
  - [net-next,2/8] mlxsw: spectrum_fid: Update FID structure prior to device configuration
    https://git.kernel.org/netdev/net-next/c/d97da68e543b
  - [net-next,3/8] mlxsw: spectrum_fid: Rename mlxsw_sp_fid_vni_op()
    https://git.kernel.org/netdev/net-next/c/893b5c307a48
  - [net-next,4/8] mlxsw: spectrum_fid: Pass FID structure to mlxsw_sp_fid_op()
    https://git.kernel.org/netdev/net-next/c/97a2ae0f0c23
  - [net-next,5/8] mlxsw: spectrum_fid: Pass FID structure to __mlxsw_sp_fid_port_vid_map()
    https://git.kernel.org/netdev/net-next/c/2c091048015d
  - [net-next,6/8] mlxsw: spectrum: Use different arrays of FID families per-ASIC type
    https://git.kernel.org/netdev/net-next/c/04e85970ceea
  - [net-next,7/8] mlxsw: spectrum: Rename MLXSW_SP_RIF_TYPE_VLAN
    https://git.kernel.org/netdev/net-next/c/027c92e00ef9
  - [net-next,8/8] mlxsw: spectrum: Change mlxsw_sp_rif_vlan_fid_op() to be dedicated for FID RIFs
    https://git.kernel.org/netdev/net-next/c/7dd196480664

You are awesome, thank you!