]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/mlx5e: CT: 'update' rules instead of 'replace'
authorCosmin Ratiu <cratiu@nvidia.com>
Thu, 8 Aug 2024 05:59:26 +0000 (08:59 +0300)
committerJakub Kicinski <kuba@kernel.org>
Sat, 10 Aug 2024 05:13:15 +0000 (22:13 -0700)
commit486aeb2db55b4509039f2e6017b2d06836893ee2
tree2c8b15d5b12cf57ca8da7ae883017b36a7f3e6cb
parentb5100b72da688282558b28255c03a2d72241a729
net/mlx5e: CT: 'update' rules instead of 'replace'

Offloaded rules can be updated with a new modify header action
containing a changed restore cookie. This was done using the verb
'replace', while in some configurations 'update' is a better fit.

This commit renames the functions used to reflect that.

Signed-off-by: Cosmin Ratiu <cratiu@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20240808055927.2059700-11-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c