Re: [PATCH v2] ethdev: fix asynchronous destroy and push tracepoints

2023-05-24 Thread Ferruh Yigit
On 5/23/2023 6:39 PM, Alexander Kozyrev wrote: > The rte_flow_async_destroy() and rte_flow_push() API is > intended to be as fast as possible and tracepoints for > these functions must be marked as fast-path tracepoints. > > Fixes: 6679cf21d608 ("ethdev: add trace points") > > Signed-off-by: Alex

[PATCH v2] ethdev: fix asynchronous destroy and push tracepoints

2023-05-23 Thread Alexander Kozyrev
The rte_flow_async_destroy() and rte_flow_push() API is intended to be as fast as possible and tracepoints for these functions must be marked as fast-path tracepoints. Fixes: 6679cf21d608 ("ethdev: add trace points") Signed-off-by: Alexander Kozyrev Acked-by: Ankur Dwivedi Acked-by: Ori Kam --

[PATCH v2] ethdev: fix asynchronous destroy and push tracepoints

2023-05-23 Thread Alexander Kozyrev
The rte_flow_async_destroy() and rte_flow_push() API is intended to be as fast as possible and tracepoints for these functions must be marked as fast-path tracepoints. Fixes: 6679cf21d608 ("ethdev: add trace points") Signed-off-by: Alexander Kozyrev Acked-by: Ankur Dwivedi Acked-by: Ori Kam --