RE: [RFC] ethdev: add indirect action async query

2022-08-15 Thread Ori Kam
> -Original Message- > From: Suanming Mou > Sent: Tuesday, 9 August 2022 16:28 > Subject: [RFC] ethdev: add indirect action async query > > As rte_flow_action_handle_create/destroy/update() have their own > asynchronous rte_flow_async_action_handle_create/destr

[RFC] ethdev: add indirect action async query

2022-08-09 Thread Suanming Mou
As rte_flow_action_handle_create/destroy/update() have their own asynchronous rte_flow_async_action_handle_create/destroy/update() version functions to accelerate the indirect action operations in queue based flow engine. Currently, the asynchronous version query function for indirect action was mi