Re: [PATCH v4 1/2] ethdev: add query_update sync and async function calls

2023-01-19 Thread Thomas Monjalon
18/01/2023 18:34, Gregory Etelson: > > > Current API allows either query or update indirect flow action. > > > If port hardware allows both update and query in a single operation, > > > application still has to issue 2 separate hardware requests. > > > > > > The patch adds `rte_flow_action_handle_q

RE: [PATCH v4 1/2] ethdev: add query_update sync and async function calls

2023-01-18 Thread Gregory Etelson
Hello Thomas, [] > > Current API allows either query or update indirect flow action. > > If port hardware allows both update and query in a single operation, > > application still has to issue 2 separate hardware requests. > > > > The patch adds `rte_flow_action_handle_query_update` function call

Re: [PATCH v4 1/2] ethdev: add query_update sync and async function calls

2023-01-18 Thread Thomas Monjalon
18/01/2023 11:31, Gregory Etelson: > Current API allows either query or update indirect flow action. > If port hardware allows both update and query in a single operation, > application still has to issue 2 separate hardware requests. > > The patch adds `rte_flow_action_handle_query_update` functi