diff options
author | 2024-11-07 11:30:52 -0700 | |
---|---|---|
committer | 2024-11-11 14:13:44 -0800 | |
commit | 619e4109e2588436327f23c04c54a9994b765636 (patch) | |
tree | 959ff8f239c1cb4b96448dbc633362334a92c8ed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mlx5/core: relax memory barrier in eq_update_ci() (diff) | |
download | wireguard-linux-619e4109e2588436327f23c04c54a9994b765636.tar.xz wireguard-linux-619e4109e2588436327f23c04c54a9994b765636.zip |
mlx5/core: deduplicate {mlx5_,}eq_update_ci()
The logic of eq_update_ci() is duplicated in mlx5_eq_update_ci(). The
only additional work done by mlx5_eq_update_ci() is to increment
eq->cons_index. Call eq_update_ci() from mlx5_eq_update_ci() to avoid
the duplication.
Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Parav Pandit <parav@nvidia.com>
Acked-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20241107183054.2443218-2-csander@purestorage.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions