RE: [PATCH v2 1/3] net/mlx5: fix validation for conntrack indirect action

2023-07-18 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, July 18, 2023 4:32 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko ; Matan Azrad ; > step...@networkplumber.org; Bing Zhao > Subject: [PATCH v2 1/3] net/

RE: [PATCH v2 1/3] net/mlx5: fix validation for conntrack indirect action

2023-07-18 Thread Ori Kam
> -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, July 18, 2023 4:32 PM > > From: Bing Zhao > > After rte_flow_shared_action_* API was replaced with > rte_flow_action_handle_* API, one input parameter of the update > interface was also changed. A generic pointer was used

[PATCH v2 1/3] net/mlx5: fix validation for conntrack indirect action

2023-07-18 Thread Alexander Kozyrev
From: Bing Zhao After rte_flow_shared_action_* API was replaced with rte_flow_action_handle_* API, one input parameter of the update interface was also changed. A generic pointer was used instead of the "const struct rte_flow_action *" pointer. In the entrance of mlx5 PMD callback for update, th