]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
net/mlx5: HWS, remove incorrect comment
authorYevgeny Kliteynik <kliteyn@nvidia.com>
Thu, 3 Jul 2025 18:54:23 +0000 (21:54 +0300)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 02:12:16 +0000 (19:12 -0700)
Removing incorrect comment section that is probably some
copy-paste artifact.

Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Reviewed-by: Vlad Dogaru <vdogaru@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Link: https://patch.msgid.link/20250703185431.445571-3-mbloch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c

index 9e057f808ea5b8385f3ddd180d8adebc1832f6d5..665e6e285db5415f7c4b884bdf4f40d606c4cd3e 100644 (file)
@@ -876,8 +876,6 @@ int mlx5hws_bwc_rule_create_simple(struct mlx5hws_bwc_rule *bwc_rule,
 
        /* At this point the rule wasn't added.
         * It could be because there was collision, or some other problem.
-        * If we don't dive deeper than API, the only thing we know is that
-        * the status of completion is RTE_FLOW_OP_ERROR.
         * Try rehash by size and insert rule again - last chance.
         */