Re: [PATCH v7 0/7] Lcore variables

2024-10-09 Thread Stephen Hemminger
On Wed, 18 Sep 2024 10:26:07 +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

Re: [PATCH v7 0/7] Lcore variables

2024-09-18 Thread fengchengwen
Series-acked-by: Chengwen Feng On 2024/9/18 16:26, 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. > >

[PATCH v7 0/7] Lcore variables

2024-09-18 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