* [PATCH] net/mlx5: fix indirect list flow action callback invocation
@ 2024-10-28 9:43 Gregory Etelson
2024-10-30 14:22 ` Raslan Darawsheh
0 siblings, 1 reply; 2+ messages in thread
From: Gregory Etelson @ 2024-10-28 9:43 UTC (permalink / raw)
To: dev
Cc: getelson, ,
rasland, stable, Ori Kam, Dariusz Sosnowski,
Viacheslav Ovsiienko, Bing Zhao, Suanming Mou, Matan Azrad
Fix indirect action list callback parameter.
The function must be called with a flow action to process - not with
actions list.
Fixes: e26f50adbf38 ("net/mlx5: support indirect list meter mark action")
Cc: stable@dpdk.org
Signed-off-by: Gregory Etelson <getelson@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
---
drivers/net/mlx5/mlx5_flow_hw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/mlx5/mlx5_flow_hw.c b/drivers/net/mlx5/mlx5_flow_hw.c
index 5b34154bf1..699fddc445 100644
--- a/drivers/net/mlx5/mlx5_flow_hw.c
+++ b/drivers/net/mlx5/mlx5_flow_hw.c
@@ -3547,7 +3547,7 @@ flow_hw_actions_construct(struct rte_eth_dev *dev,
(int)action->type == act_data->type);
switch ((int)act_data->type) {
case RTE_FLOW_ACTION_TYPE_INDIRECT_LIST:
- act_data->indirect_list_cb(dev, act_data, actions,
+ act_data->indirect_list_cb(dev, act_data, action,
&rule_acts[act_data->action_dst]);
break;
case RTE_FLOW_ACTION_TYPE_INDIRECT:
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net/mlx5: fix indirect list flow action callback invocation
2024-10-28 9:43 [PATCH] net/mlx5: fix indirect list flow action callback invocation Gregory Etelson
@ 2024-10-30 14:22 ` Raslan Darawsheh
0 siblings, 0 replies; 2+ messages in thread
From: Raslan Darawsheh @ 2024-10-30 14:22 UTC (permalink / raw)
To: Gregory Etelson, dev
Cc: Maayan Kashani, stable, Ori Kam, Dariusz Sosnowski,
Slava Ovsiienko, Bing Zhao, Suanming Mou, Matan Azrad
Hi,
From: Gregory Etelson <getelson@nvidia.com>
Sent: Monday, October 28, 2024 11:43 AM
To: dev@dpdk.org
Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; stable@dpdk.org; Ori Kam; Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Suanming Mou; Matan Azrad
Subject: [PATCH] net/mlx5: fix indirect list flow action callback invocation
Fix indirect action list callback parameter.
The function must be called with a flow action to process - not with
actions list.
Fixes: e26f50adbf38 ("net/mlx5: support indirect list meter mark action")
Cc: stable@dpdk.org
Signed-off-by: Gregory Etelson <getelson@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
Patch applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-30 14:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-28 9:43 [PATCH] net/mlx5: fix indirect list flow action callback invocation Gregory Etelson
2024-10-30 14:22 ` Raslan Darawsheh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).