diff options
author | Jiri Pirko <jiri@mellanox.com> | 2019-03-31 06:49:41 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-31 11:01:23 -0700 |
commit | a4e76ba6b4994773fbe7a4eed8228e47862ac8a3 (patch) | |
tree | dfd9fcf0a7b89912092db168bdf9758a8c402a5d /include | |
parent | 7c33c72beff9f9cc76284995358b56deccded544 (diff) | |
download | linux-stable-a4e76ba6b4994773fbe7a4eed8228e47862ac8a3.tar.gz linux-stable-a4e76ba6b4994773fbe7a4eed8228e47862ac8a3.tar.bz2 linux-stable-a4e76ba6b4994773fbe7a4eed8228e47862ac8a3.zip |
mlxsw: spectrum_acl: Rename rehash_dis trace
The name of the trace is no longer correct, since there is no disable of
rehash done. So name it "rehash_rollback_failed".
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/trace/events/mlxsw.h | 2 |
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), |