]> git.ipfire.org Git - thirdparty/linux.git/commit
net/mlx5: qos: Rename rate group 'list' as 'parent_entry'
authorCosmin Ratiu <cratiu@nvidia.com>
Tue, 8 Oct 2024 18:32:18 +0000 (21:32 +0300)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 10 Oct 2024 11:12:00 +0000 (13:12 +0200)
commit43f9011a3d7a51f187116d2cf87de303934619a2
tree0389d20a317cc82d9417f3795e8fbeb553e5e9dc
parent0c4cf09eca83634e859c51be9dded6b535190a88
net/mlx5: qos: Rename rate group 'list' as 'parent_entry'

'list' is not very descriptive, I prefer list membership to clearly
specify which list the entry belongs to. This commit renames the list
entry into the esw groups list as 'parent_entry' to make the code more
readable. This is a no-op change.

Signed-off-by: Cosmin Ratiu <cratiu@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c