Re: [RFC v6 0/6] Lcore variables

2024-09-10 Thread Stephen Hemminger
On Tue, 10 Sep 2024 08:41:19 +0200 Mattias Rönnblom wrote: > On 2024-09-02 16:42, Morten Brørup wrote: On a related note, latest GCC supports annotating the address space of variables. Kernel uses it for RCU. It would be good if DPDK could do this for: - per lcore data - data in

Re: [RFC v6 0/6] Lcore variables

2024-09-09 Thread Mattias Rönnblom
On 2024-09-02 16:42, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Monday, 6 May 2024 10.27 This RFC presents 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 compar

RE: [RFC v6 0/6] Lcore variables

2024-09-02 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Monday, 6 May 2024 10.27 > > This RFC presents 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 > a

[RFC v6 0/6] Lcore variables

2024-05-06 Thread Mattias Rönnblom
This RFC presents 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 only a few,