|
@@ -674,6 +674,19 @@ MLXSW_ITEM32(cmd_mbox, config_profile, max_vid_flood_tables, 0x30, 8, 4);
|
|
|
*/
|
|
|
MLXSW_ITEM32(cmd_mbox, config_profile, flood_mode, 0x30, 0, 2);
|
|
|
|
|
|
+/* cmd_mbox_config_profile_max_fid_flood_tables
|
|
|
+ * Maximum number of per-FID flooding tables.
|
|
|
+ *
|
|
|
+ * Note: This flooding tables cover special FIDs only (vFIDs), starting at
|
|
|
+ * FID value 4K and higher.
|
|
|
+ */
|
|
|
+MLXSW_ITEM32(cmd_mbox, config_profile, max_fid_flood_tables, 0x38, 24, 4);
|
|
|
+
|
|
|
+/* cmd_mbox_config_profile_fid_flood_table_size
|
|
|
+ * The size (number of entries) of each per-FID table.
|
|
|
+ */
|
|
|
+MLXSW_ITEM32(cmd_mbox, config_profile, fid_flood_table_size, 0x38, 0, 16);
|
|
|
+
|
|
|
/* cmd_mbox_config_profile_max_ib_mc
|
|
|
* Maximum number of multicast FDB records for InfiniBand
|
|
|
* FDB (in 512 chunks) per InfiniBand switch partition.
|