Re: [PATCH v10 0/7] Lcore variables

2024-10-16 Thread Thomas Monjalon
13/10/2024 09:02, Mattias Rönnblom: > On 2024-10-11 16:25, Stephen Hemminger wrote: > > On Fri, 11 Oct 2024 10:18:54 +0200 > > Mattias Rönnblom wrote: > > Are there any trace points in this code? Would be good to have. > > No. Yes, for sure. > > > Also some optional statistics for telemetry use.

Re: [PATCH v10 0/7] Lcore variables

2024-10-13 Thread Mattias Rönnblom
On 2024-10-11 16:25, Stephen Hemminger wrote: On Fri, 11 Oct 2024 10:18:54 +0200 Mattias Rönnblom wrote: This patch set introduces a new API for static per-lcore id data allocation. Please refer to the API documentation for both a rationale for this new API, and a comparison to the alternat

Re: [PATCH v10 0/7] Lcore variables

2024-10-11 Thread Stephen Hemminger
On Fri, 11 Oct 2024 10:18:54 +0200 Mattias Rönnblom wrote: > This patch set introduces a new API for static > per-lcore id data allocation. > > Please refer to the API documentation for both a > rationale for this new API, and a comparison to the alternatives > available. > > The adoption of

[PATCH v10 0/7] Lcore variables

2024-10-11 Thread Mattias Rönnblom
This patch set introduces a new API for static per-lcore id data allocation. Please refer to the API documentation for both a rationale for this new API, and a comparison to the alternatives available. The adoption of this API would affect many different DPDK modules, but the author updated onl