Message ID | 20240307084229.500776-2-saeed@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | a0873a5d542559698edfd4c8fc6e6636d338eea2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,V6,01/15] net/mlx5: Add MPIR bit in mcam_access_reg | expand |
Hello: This series was applied to netdev/net-next.git (main) by Saeed Mahameed <saeedm@nvidia.com>: On Thu, 7 Mar 2024 00:42:15 -0800 you wrote: > From: Tariq Toukan <tariqt@nvidia.com> > > Add a cap bit in mcam_access_reg to check for MPIR support. > > Signed-off-by: Tariq Toukan <tariqt@nvidia.com> > Reviewed-by: Gal Pressman <gal@nvidia.com> > Signed-off-by: Saeed Mahameed <saeedm@nvidia.com> > > [...] Here is the summary with links: - [net-next,V6,01/15] net/mlx5: Add MPIR bit in mcam_access_reg https://git.kernel.org/netdev/net-next/c/a0873a5d5425 - [net-next,V6,02/15] net/mlx5: SD, Introduce SD lib https://git.kernel.org/netdev/net-next/c/75a543962ecb - [net-next,V6,03/15] net/mlx5: SD, Implement basic query and instantiation https://git.kernel.org/netdev/net-next/c/678eb448055a - [net-next,V6,04/15] net/mlx5: SD, Implement devcom communication and primary election https://git.kernel.org/netdev/net-next/c/d3d057666090 - [net-next,V6,05/15] net/mlx5: SD, Implement steering for primary and secondaries https://git.kernel.org/netdev/net-next/c/f218179b78f5 - [net-next,V6,06/15] net/mlx5: SD, Add informative prints in kernel log https://git.kernel.org/netdev/net-next/c/ae40550e3a8a - [net-next,V6,07/15] net/mlx5: SD, Add debugfs https://git.kernel.org/netdev/net-next/c/4375130bf527 - [net-next,V6,08/15] net/mlx5e: Create single netdev per SD group https://git.kernel.org/netdev/net-next/c/381978d28317 - [net-next,V6,09/15] net/mlx5e: Create EN core HW resources for all secondary devices https://git.kernel.org/netdev/net-next/c/846122b126f8 - [net-next,V6,10/15] net/mlx5e: Let channels be SD-aware https://git.kernel.org/netdev/net-next/c/67936e138586 - [net-next,V6,11/15] net/mlx5e: Support cross-vhca RSS https://git.kernel.org/netdev/net-next/c/40e6ad9182b4 - [net-next,V6,12/15] net/mlx5e: Support per-mdev queue counter https://git.kernel.org/netdev/net-next/c/7f525acbccdf - [net-next,V6,13/15] net/mlx5e: Block TLS device offload on combined SD netdev https://git.kernel.org/netdev/net-next/c/d1a8b2c3e434 - [net-next,V6,14/15] net/mlx5: Enable SD feature https://git.kernel.org/netdev/net-next/c/ed29705e4ed1 - [net-next,V6,15/15] Documentation: networking: Add description for multi-pf netdev https://git.kernel.org/netdev/net-next/c/77d9ec3f6c8c You are awesome, thank you!
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 628a3aa7a7e0..2756bdb654b4 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -10253,7 +10253,9 @@ struct mlx5_ifc_mcam_access_reg_bits { u8 mcqi[0x1]; u8 mcqs[0x1]; - u8 regs_95_to_87[0x9]; + u8 regs_95_to_90[0x6]; + u8 mpir[0x1]; + u8 regs_88_to_87[0x2]; u8 mpegc[0x1]; u8 mtutc[0x1]; u8 regs_84_to_68[0x11];