Re: [PATCH v4] ethdev: add flow rule actions update API

2023-05-24 Thread Ferruh Yigit
On 5/23/2023 7:39 PM, Alexander Kozyrev wrote: > Introduce the new rte_flow_actions_update() API allowing users > to update the action list in the already existing rule. > Flow rules can be updated now without the need to destroy > the rule first and create a new one instead. > A single API call en

[PATCH v4] ethdev: add flow rule actions update API

2023-05-23 Thread Alexander Kozyrev
Introduce the new rte_flow_actions_update() API allowing users to update the action list in the already existing rule. Flow rules can be updated now without the need to destroy the rule first and create a new one instead. A single API call ensures that no packets are lost by guaranteeing atomicity