mlxsw: spectrum_acl: Implement region migration according to hints
[linux-2.6-block.git] / drivers / net / ethernet / mellanox / mlxsw / spectrum_acl_tcam.h
index c2a340270982aa6be067737ce7cd49d5edbb8331..440a3483ed7bdcee9fb8c177dde863df282a251c 100644 (file)
@@ -17,6 +17,8 @@ struct mlxsw_sp_acl_tcam {
        unsigned long *used_groups;  /* bit array */
        unsigned int max_groups;
        unsigned int max_group_size;
+       struct list_head vregion_list;
+       u32 vregion_rehash_intrvl;   /* ms */
        unsigned long priv[0];
        /* priv has to be always the last item */
 };