Re: [PATCH v3 0/3] *ethdev: sharing indirect actions between port*

2023-02-10 Thread Ferruh Yigit
On 2/10/2023 3:17 PM, Viacheslav Ovsiienko wrote: > The RTE Flow API implements the concept of shared objects, > known as indirect actions (RTE_FLOW_ACTION_TYPE_INDIRECT). > An application can create the indirect action of desired > type and configuration with rte_flow_action_handle_create > call a

[PATCH v3 0/3] *ethdev: sharing indirect actions between port*

2023-02-10 Thread Viacheslav Ovsiienko
The RTE Flow API implements the concept of shared objects, known as indirect actions (RTE_FLOW_ACTION_TYPE_INDIRECT). An application can create the indirect action of desired type and configuration with rte_flow_action_handle_create call and then specify the obtained action handle in multiple flows