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

2024-02-28 Thread Ferruh Yigit
On 2/23/2024 4:19 AM, Oleksandr Kolomeiets wrote: > "flow 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 update {port_id} {rule_id} > actions {action} [/ {action} [...]] / end [user_id] > > Creating

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

2024-02-22 Thread Oleksandr Kolomeiets
"flow 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 update {port_id} {rule_id} actions {action} [/ {action} [...]] / end [user_id] Creating, updating and destroying a flow rule: testpmd> flow create