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

2023-05-18 Thread Alexander Kozyrev
> Hi Alexander, > > Please add rte_flow_trace_xxx for all new functions. Added in v2.

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

2023-05-18 Thread Ori Kam
Hi Alexander, Please add rte_flow_trace_xxx for all new functions. > -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, April 18, 2023 10:58 PM > > Introduce the new rte_flow_update() API allowing users > to update the action list in the already existing rule. > Flow rules ca

[PATCH] ethdev: add flow rule actions update API

2023-04-18 Thread Alexander Kozyrev
Introduce the new rte_flow_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 and flow