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

2023-05-23 Thread Alexander Kozyrev
> Patch doesn't apply cleanly because it can't find > 'rte_flow_trace_async_update', is there a dependency? Fixed in v2. The patch was based on my "update rule" commit.

RE: [EXT] [PATCH] ethdev: fix asynchronous destroy and push tracepoints

2023-05-21 Thread Ori Kam
Hi Ankur, > -Original Message- > From: Ankur Dwivedi > Sent: Friday, May 19, 2023 8:21 AM > > >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: 6679

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

2023-05-19 Thread Ferruh Yigit
On 5/18/2023 10:59 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:

RE: [EXT] [PATCH] ethdev: fix asynchronous destroy and push tracepoints

2023-05-18 Thread Ankur Dwivedi
>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 >--- > lib/e

[PATCH] ethdev: fix asynchronous destroy and push tracepoints

2023-05-18 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 --- lib/ethdev/ethdev_trace.h | 42 ++