Re: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-10-10 Thread Mattias Rönnblom
On 2024-10-10 15:45, Morten Brørup wrote: From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] Sent: Thursday, 10 October 2024 15.40 On 2024-10-10 13:47, Morten Brørup wrote: From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] Sent: Thursday, 10 October 2024 12.40 On 2024-10-10 00:15, Morte

RE: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-10-10 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Thursday, 10 October 2024 15.40 > > On 2024-10-10 13:47, Morten Brørup wrote: > >> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > >> Sent: Thursday, 10 October 2024 12.40 > >> > >> On 2024-10-10 00:15, Morten Brørup wrote: >

Re: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-10-10 Thread Mattias Rönnblom
On 2024-10-10 15:12, Morten Brørup wrote: From: Morten Brørup [mailto:m...@smartsharesystems.com] Sent: Thursday, 10 October 2024 13.48 From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] Sent: Thursday, 10 October 2024 12.40 On 2024-10-10 00:15, Morten Brørup wrote: From: Mattias Rönnblom

Re: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-10-10 Thread Mattias Rönnblom
On 2024-10-10 13:47, Morten Brørup wrote: From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] Sent: Thursday, 10 October 2024 12.40 On 2024-10-10 00:15, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Wednesday, 18 September 2024 10.26 Introduce DPDK

RE: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-10-10 Thread Morten Brørup
> From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Thursday, 10 October 2024 13.48 > > > From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > > Sent: Thursday, 10 October 2024 12.40 > > > > On 2024-10-10 00:15, Morten Brørup wrote: > > >> From: Mattias Rönnblom [mailto:mattias.ro

RE: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-10-10 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Thursday, 10 October 2024 12.40 > > On 2024-10-10 00:15, Morten Brørup wrote: > >> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > >> Sent: Wednesday, 18 September 2024 10.26 > >> > >> Introduce DPDK per-lcore id varia

Re: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-10-10 Thread Mattias Rönnblom
On 2024-10-10 00:15, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Wednesday, 18 September 2024 10.26 Introduce DPDK per-lcore id variables, or lcore variables for short. An lcore variable has one value for every current and future lcore id-equipped th

RE: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-10-09 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Wednesday, 18 September 2024 10.26 > > Introduce DPDK per-lcore id variables, or lcore variables for short. > > An lcore variable has one value for every current and future lcore > id-equipped thread. > > The primary use ca

RE: [PATCH v7 1/7] eal: add static per-lcore memory allocation facility

2024-09-18 Thread Konstantin Ananyev
> Introduce DPDK per-lcore id variables, or lcore variables for short. > > An lcore variable has one value for every current and future lcore > id-equipped thread. > > The primary use case is for statically allocating > small, frequently-accessed data structures, for which one instance > shoul