On 2024-10-14 09:56, Morten Brørup wrote:
From: Jerin Jacob [mailto:jerinjac...@gmail.com]
Sent: Wednesday, 18 September 2024 12.12
On Thu, Sep 12, 2024 at 8:52 PM Jerin Jacob
wrote:
On Thu, Sep 12, 2024 at 7:11 PM Morten Brørup
wrote:
From: Jerin Jacob [mailto:jerinjac...@gmail.com]
Sen
> From: Jerin Jacob [mailto:jerinjac...@gmail.com]
> Sent: Wednesday, 18 September 2024 12.12
>
> On Thu, Sep 12, 2024 at 8:52 PM Jerin Jacob
> wrote:
> >
> > On Thu, Sep 12, 2024 at 7:11 PM Morten Brørup
> wrote:
> > >
> > > > From: Jerin Jacob [mailto:jerinjac...@gmail.com]
> > > > Sent: Thurs
On 2024-09-18 12:11, Jerin Jacob wrote:
On Thu, Sep 12, 2024 at 8:52 PM Jerin Jacob wrote:
On Thu, Sep 12, 2024 at 7:11 PM Morten Brørup
wrote:
From: Jerin Jacob [mailto:jerinjac...@gmail.com]
Sent: Thursday, 12 September 2024 15.17
On Thu, Sep 12, 2024 at 2:40 PM Morten Brørup
wrote:
On Thu, Sep 12, 2024 at 8:52 PM Jerin Jacob wrote:
>
> On Thu, Sep 12, 2024 at 7:11 PM Morten Brørup
> wrote:
> >
> > > From: Jerin Jacob [mailto:jerinjac...@gmail.com]
> > > Sent: Thursday, 12 September 2024 15.17
> > >
> > > On Thu, Sep 12, 2024 at 2:40 PM Morten Brørup
> > > wrote:
> > > >
>
On Thu, Sep 12, 2024 at 7:11 PM Morten Brørup
wrote:
>
> > From: Jerin Jacob [mailto:jerinjac...@gmail.com]
> > Sent: Thursday, 12 September 2024 15.17
> >
> > On Thu, Sep 12, 2024 at 2:40 PM Morten Brørup
> > wrote:
> > >
> > > > +#define LCORE_BUFFER_SIZE (RTE_MAX_LCORE_VAR * RTE_MAX_LCORE)
>
> From: Jerin Jacob [mailto:jerinjac...@gmail.com]
> Sent: Thursday, 12 September 2024 15.17
>
> On Thu, Sep 12, 2024 at 2:40 PM Morten Brørup
> wrote:
> >
> > > +#define LCORE_BUFFER_SIZE (RTE_MAX_LCORE_VAR * RTE_MAX_LCORE)
> >
> > Considering hugepages...
> >
> > Lcore variables may be allocate
On Thu, Sep 12, 2024 at 2:40 PM Morten Brørup
wrote:
>
> > +#define LCORE_BUFFER_SIZE (RTE_MAX_LCORE_VAR * RTE_MAX_LCORE)
>
> Considering hugepages...
>
> Lcore variables may be allocated before DPDK's memory allocator
> (rte_malloc()) is ready, so rte_malloc() cannot be used for lcore variables
> +#define LCORE_BUFFER_SIZE (RTE_MAX_LCORE_VAR * RTE_MAX_LCORE)
Considering hugepages...
Lcore variables may be allocated before DPDK's memory allocator (rte_malloc())
is ready, so rte_malloc() cannot be used for lcore variables.
And lcore variables are not usable (shared) for DPDK multi-proce
On Thu, Sep 12, 2024 at 11:05 AM Mattias Rönnblom wrote:
>
> On 2024-09-12 04:33, fengchengwen wrote:
> > On 2024/9/12 1:04, Mattias Rönnblom wrote:
> >> Introduce DPDK per-lcore id variables, or lcore variables for short.
> >>
> >> An lcore variable has one value for every current and future lcor
On 2024/9/12 13:35, Mattias Rönnblom wrote:
> On 2024-09-12 04:33, fengchengwen wrote:
>> On 2024/9/12 1:04, Mattias Rönnblom wrote:
>>> 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
On 2024-09-12 04:33, fengchengwen wrote:
On 2024/9/12 1:04, Mattias Rönnblom wrote:
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
sma
On 2024/9/12 1:04, Mattias Rönnblom wrote:
> 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 s
12 matches
Mail list logo