Commit 534b1204 authored by Aya Levin's avatar Aya Levin Committed by Saeed Mahameed

net/mlx5: Fix PBMC register mapping

Add reserved mapping to cover all the register in order to avoid setting
arbitrary values to newer FW which implements the reserved fields.

Fixes: 50b4a3c2 ("net/mlx5: PPTB and PBMC register firmware command support")
Signed-off-by: default avatarAya Levin <ayal@nvidia.com>
Reviewed-by: default avatarMoshe Shemesh <moshe@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent ce28f0fd
...@@ -10200,7 +10200,7 @@ struct mlx5_ifc_pbmc_reg_bits { ...@@ -10200,7 +10200,7 @@ struct mlx5_ifc_pbmc_reg_bits {
struct mlx5_ifc_bufferx_reg_bits buffer[10]; struct mlx5_ifc_bufferx_reg_bits buffer[10];
u8 reserved_at_2e0[0x40]; u8 reserved_at_2e0[0x80];
}; };
struct mlx5_ifc_qtct_reg_bits { struct mlx5_ifc_qtct_reg_bits {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment