Re: [PATCH v3] ethdev: optimize the activation of fast-path tracepoints

2024-09-23 Thread Adel Belkhiri
Thanks to all of you. Much appreciated! On Sat, Sep 21, 2024 at 9:07 PM Ferruh Yigit wrote: > On 9/19/2024 5:37 PM, Jerin Jacob wrote: > > On Thu, Sep 19, 2024 at 12:16 AM Adel Belkhiri > wrote: > >> > >> From: Adel Belkhiri > >> > >> Split the tracepoints rte_ethdev_trace_rx_burst and > >> rt

Re: [PATCH v3] ethdev: optimize the activation of fast-path tracepoints

2024-09-21 Thread Ferruh Yigit
On 9/19/2024 5:37 PM, Jerin Jacob wrote: > On Thu, Sep 19, 2024 at 12:16 AM Adel Belkhiri > wrote: >> >> From: Adel Belkhiri >> >> Split the tracepoints rte_ethdev_trace_rx_burst and >> rte_eth_trace_call_rx_callbacks into two separate ones >> for empty and non-empty calls to avoid saturating >>

Re: [PATCH v3] ethdev: optimize the activation of fast-path tracepoints

2024-09-20 Thread Patrick Robb
Recheck-request: iol-marvell-Functional putting in a ci lab retest for the failures on this series.

Re: [PATCH v3] ethdev: optimize the activation of fast-path tracepoints

2024-09-19 Thread Jerin Jacob
On Thu, Sep 19, 2024 at 12:16 AM Adel Belkhiri wrote: > > From: Adel Belkhiri > > Split the tracepoints rte_ethdev_trace_rx_burst and > rte_eth_trace_call_rx_callbacks into two separate ones > for empty and non-empty calls to avoid saturating > quickly the trace buffer. > > Signed-off-by: Adel Be

[PATCH v3] ethdev: optimize the activation of fast-path tracepoints

2024-09-18 Thread Adel Belkhiri
From: Adel Belkhiri Split the tracepoints rte_ethdev_trace_rx_burst and rte_eth_trace_call_rx_callbacks into two separate ones for empty and non-empty calls to avoid saturating quickly the trace buffer. Signed-off-by: Adel Belkhiri --- .mailmap | 1 + doc/guides/