mlxsw: resources: Add max_cap_nve_flood_prf
max_cap_nve_flood_prf describes maximum number of NVE flooding profiles. The same value then applies for flooding profiles for flooding in CFF mode. Signed-off-by: Petr Machata <petrm@nvidia.com> Reviewed-by: Amit Cohen <amcohen@nvidia.com> Reviewed-by: Ido Schimmel <idosch@nvidia.com> Link: https://lore.kernel.org/r/064a2e013d879e5f5494167a6c120c4bb85a2204.1700503643.git.petrm@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
50ee67789b
commit
2d19da9277
@ -27,6 +27,7 @@ enum mlxsw_res_id {
|
||||
MLXSW_RES_ID_FID,
|
||||
MLXSW_RES_ID_MAX_LAG,
|
||||
MLXSW_RES_ID_MAX_LAG_MEMBERS,
|
||||
MLXSW_RES_ID_MAX_NVE_FLOOD_PRF,
|
||||
MLXSW_RES_ID_GUARANTEED_SHARED_BUFFER,
|
||||
MLXSW_RES_ID_CELL_SIZE,
|
||||
MLXSW_RES_ID_MAX_HEADROOM_SIZE,
|
||||
@ -88,6 +89,7 @@ static u16 mlxsw_res_ids[] = {
|
||||
[MLXSW_RES_ID_FID] = 0x2512,
|
||||
[MLXSW_RES_ID_MAX_LAG] = 0x2520,
|
||||
[MLXSW_RES_ID_MAX_LAG_MEMBERS] = 0x2521,
|
||||
[MLXSW_RES_ID_MAX_NVE_FLOOD_PRF] = 0x2522,
|
||||
[MLXSW_RES_ID_GUARANTEED_SHARED_BUFFER] = 0x2805, /* Bytes */
|
||||
[MLXSW_RES_ID_CELL_SIZE] = 0x2803, /* Bytes */
|
||||
[MLXSW_RES_ID_MAX_HEADROOM_SIZE] = 0x2811, /* Bytes */
|
||||
|
Loading…
x
Reference in New Issue
Block a user