On 2/29/2024 2:15 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, updating and destroying a flow rule:
>
> testpmd> flow create 0 group 1 pattern eth / end actions drop / end
> Flow rule #0 created
> testpmd> flow update 0 0 actions queue index 1 / end
> Flow rule #0 updated with new actions
> testpmd> flow destroy 0 rule 0
> Flow rule #0 destroyed
>
> Signed-off-by: Oleksandr Kolomeiets <[email protected]>
> Reviewed-by: Mykola Kostenok <[email protected]>
> Reviewed-by: Christian Koue Muf <[email protected]>
>
Acked-by: Ferruh Yigit <[email protected]>
Applied to dpdk-next-net/main, thanks.