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

2023-01-11 Thread Gregory Etelson
Hello Ori, > Some comments below, I posted v2 with updates. Regards, Gregory

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

2023-01-04 Thread Ori Kam
Hi Gregory, Some comments below, Also you are missing the release rst file update. > -Original Message- > From: Gregory Etelson > Sent: Wednesday, 21 December 2022 9:36 > > Current API allows either query or update indirect flow action. > If port hardware allows both update and query in

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

2022-12-20 Thread 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` function call, and it's async version `rte_flow_asy