Message ID | cover.1697710282.git.petrm@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Move allocation of LAG table to the driver | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 19 Oct 2023 12:27:09 +0200 you wrote: > PGT is an in-HW table that maps addresses to sets of ports. Then when some > HW process needs a set of ports as an argument, instead of embedding the > actual set in the dynamic configuration, what gets configured is the > address referencing the set. The HW then works with the appropriate PGT > entry. > > Within the PGT is placed a LAG table. That is a contiguous block of PGT > memory where each entry describes which ports are members of the > corresponding LAG port. > > [...] Here is the summary with links: - [net-next,01/11] mlxsw: reg: Drop SGCR.llb https://git.kernel.org/netdev/net-next/c/66eaaa85418b - [net-next,02/11] mlxsw: reg: Add SGCR.lag_lookup_pgt_base https://git.kernel.org/netdev/net-next/c/cf0a86e8ce60 - [net-next,03/11] mlxsw: cmd: Fix omissions in CONFIG_PROFILE field names in comments https://git.kernel.org/netdev/net-next/c/be9ed47d3fab - [net-next,04/11] mlxsw: cmd: Add CONFIG_PROFILE.{set_, }lag_mode https://git.kernel.org/netdev/net-next/c/eb26a5923277 - [net-next,05/11] mlxsw: cmd: Add QUERY_FW.lag_mode_support https://git.kernel.org/netdev/net-next/c/8eabd10cdce4 - [net-next,06/11] mlxsw: core, pci: Add plumbing related to LAG mode https://git.kernel.org/netdev/net-next/c/b2e9b1fe8c2e - [net-next,07/11] mlxsw: pci: Permit toggling LAG mode https://git.kernel.org/netdev/net-next/c/daee7aaba849 - [net-next,08/11] mlxsw: spectrum_fid: Allocate PGT for the whole FID family in one go https://git.kernel.org/netdev/net-next/c/f5e293f9939e - [net-next,09/11] mlxsw: spectrum_pgt: Generalize PGT allocation https://git.kernel.org/netdev/net-next/c/8c893abd64ae - [net-next,10/11] mlxsw: spectrum: Allocate LAG table when in SW LAG mode https://git.kernel.org/netdev/net-next/c/c678972580ae - [net-next,11/11] mlxsw: spectrum: Set SW LAG mode on Spectrum>1 https://git.kernel.org/netdev/net-next/c/b46c1f3f5e07 You are awesome, thank you!