Re: [PATCH v2] app/testpmd: support updating flow rule actions

2024-02-21 Thread Thomas Monjalon
12/02/2024 09:37, Oleksandr Kolomeiets: > From: Dariusz Sosnowski > > From: Thomas Monjalon > > > 01/02/2024 10:59, Oleksandr Kolomeiets: > > > > "flow actions_update" updates a flow rule specified by a rule ID with > > > > > > > > a new action list by making a call to "rte_flow_actions_update()

Re: [PATCH v2] app/testpmd: support updating flow rule actions

2024-02-12 Thread Oleksandr Kolomeiets
__ From: Dariusz Sosnowski Sent: Monday, February 5, 2024 9:18 PM To: NBU-Contact-Thomas Monjalon (EXTERNAL) ; Mykola Kostenok ; Christian Koue Muf ; Oleksandr Kolomeiets Cc: aman.deep.si...@intel.com ; yuying.zh...@intel.com ; dev@dpdk.org ; Ori Kam Subject: RE: [PATCH v2] app/testpmd: support upd

RE: [PATCH v2] app/testpmd: support updating flow rule actions

2024-02-05 Thread Dariusz Sosnowski
ject: Re: [PATCH v2] app/testpmd: support updating flow rule actions > > 01/02/2024 10:59, Oleksandr Kolomeiets: > > "flow actions_update" updates a flow rule specified by a rule ID with > > a new action list by making a call to "rte_flow_actions_upda

Re: [PATCH v2] app/testpmd: support updating flow rule actions

2024-02-02 Thread Thomas Monjalon
01/02/2024 10:59, Oleksandr Kolomeiets: > "flow actions_update" updates a flow rule specified by a rule ID with a > new action list by making a call to "rte_flow_actions_update()": > > flow actions_update {port_id} {rule_id} > actions {action} [/ {action} [...]] / end [user_id] > > Cr

[PATCH v2] app/testpmd: support updating flow rule actions

2024-02-01 Thread Oleksandr Kolomeiets
"flow actions_update" updates a flow rule specified by a rule ID with a new action list by making a call to "rte_flow_actions_update()": flow actions_update {port_id} {rule_id} actions {action} [/ {action} [...]] / end [user_id] Creating, updating and destroying a flow rule: test