42 lines
1.6 KiB
Diff
42 lines
1.6 KiB
Diff
From f894d6ec31f57af4bcee260cb6ec1df09596a8df Mon Sep 17 00:00:00 2001
|
|
From: Kamal Heib <kheib@redhat.com>
|
|
Date: Thu, 16 Apr 2026 18:03:19 -0400
|
|
Subject: [PATCH] net/mlx5: HWS, remove incorrect comment
|
|
|
|
JIRA: https://redhat.atlassian.net/browse/RHEL-169055
|
|
|
|
commit 26b06579d50d5f0462c45b63291b90ea85664237
|
|
Author: Yevgeny Kliteynik <kliteyn@nvidia.com>
|
|
Date: Thu Jul 3 21:54:23 2025 +0300
|
|
|
|
net/mlx5: HWS, remove incorrect comment
|
|
|
|
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>
|
|
|
|
Signed-off-by: Kamal Heib <kheib@redhat.com>
|
|
|
|
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
|
|
index 9e057f808ea5..665e6e285db5 100644
|
|
--- a/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
|
|
+++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
|
|
@@ -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.
|
|
*/
|
|
|
|
--
|
|
2.50.1 (Apple Git-155)
|
|
|