summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-03-31 11:01:23 -0700
committerDavid S. Miller <davem@davemloft.net>2019-03-31 11:01:23 -0700
commite66075555f89474e535b08f9107e13753520ad52 (patch)
treedfd9fcf0a7b89912092db168bdf9758a8c402a5d /include
parent35f861e3c58e128f0ecb5669c43159285ea5254a (diff)
parenta4e76ba6b4994773fbe7a4eed8228e47862ac8a3 (diff)
downloadlinux-e66075555f89474e535b08f9107e13753520ad52.tar.gz
linux-e66075555f89474e535b08f9107e13753520ad52.zip
Merge branch 'mlxsw-spectrum_acl-Get-rid-of-failed_rollback-mechanism'
Ido Schimmel says: ==================== mlxsw: spectrum_acl: Get rid of failed_rollback mechanism Jiri says: Currently if vregion rehash fails, it rolls back to the original ERP set. However, in case of unlikely rollback fail, the vregion is in a zombie state and never gets rehashed again. With the recent changes, it is possible to try to continue the rollback. Do it from the last failed ventry. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/trace/events/mlxsw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/mlxsw.h b/include/trace/events/mlxsw.h
index 6a4cfaef33a2..19a25ed323a5 100644
--- a/include/trace/events/mlxsw.h
+++ b/include/trace/events/mlxsw.h
@@ -93,7 +93,7 @@ TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_migrate_end,
__entry->mlxsw_sp, __entry->vregion)
);
-TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_dis,
+TRACE_EVENT(mlxsw_sp_acl_tcam_vregion_rehash_rollback_failed,
TP_PROTO(const struct mlxsw_sp *mlxsw_sp,
const struct mlxsw_sp_acl_tcam_vregion *vregion),