On Mon, Mar 17, 2025 at 4:08 AM Vlastimil Babka wrote:
>
> On 3/14/25 18:10, Suren Baghdasaryan wrote:
> > On Tue, Mar 4, 2025 at 11:08 AM Liam R. Howlett
> > wrote:
> >>
> >> * Vlastimil Babka [250304 05:55]:
> >> > On 2/25/25 21:26, Suren Baghdasaryan wrote:
> >> > > On Mon, Feb 24, 2025 at 1
On 3/14/25 18:10, Suren Baghdasaryan wrote:
> On Tue, Mar 4, 2025 at 11:08 AM Liam R. Howlett
> wrote:
>>
>> * Vlastimil Babka [250304 05:55]:
>> > On 2/25/25 21:26, Suren Baghdasaryan wrote:
>> > > On Mon, Feb 24, 2025 at 1:12 PM Suren Baghdasaryan
>> > > wrote:
>> > >>
>> > >> >
>> > >> > >
On Tue, Mar 4, 2025 at 11:08 AM Liam R. Howlett wrote:
>
> * Vlastimil Babka [250304 05:55]:
> > On 2/25/25 21:26, Suren Baghdasaryan wrote:
> > > On Mon, Feb 24, 2025 at 1:12 PM Suren Baghdasaryan
> > > wrote:
> > >>
> > >> >
> > >> > > The values represent the total time it took to perform mm
* Vlastimil Babka [250304 05:55]:
> On 2/25/25 21:26, Suren Baghdasaryan wrote:
> > On Mon, Feb 24, 2025 at 1:12 PM Suren Baghdasaryan
> > wrote:
> >>
> >> >
> >> > > The values represent the total time it took to perform mmap syscalls,
> >> > > less is
> >> > > better.
> >> > >
> >> > > (1)
On Tue, Mar 4, 2025 at 2:55 AM Vlastimil Babka wrote:
>
> On 2/25/25 21:26, Suren Baghdasaryan wrote:
> > On Mon, Feb 24, 2025 at 1:12 PM Suren Baghdasaryan
> > wrote:
> >>
> >> >
> >> > > The values represent the total time it took to perform mmap syscalls,
> >> > > less is
> >> > > better.
>
On 2/25/25 21:26, Suren Baghdasaryan wrote:
> On Mon, Feb 24, 2025 at 1:12 PM Suren Baghdasaryan wrote:
>>
>> >
>> > > The values represent the total time it took to perform mmap syscalls,
>> > > less is
>> > > better.
>> > >
>> > > (1) baseline control
>> > > Little core
On Mon, Feb 24, 2025 at 1:12 PM Suren Baghdasaryan wrote:
>
> On Mon, Feb 24, 2025 at 12:53 PM Vlastimil Babka wrote:
> >
> > On 2/24/25 02:36, Suren Baghdasaryan wrote:
> > > On Sat, Feb 22, 2025 at 8:44 PM Suren Baghdasaryan
> > > wrote:
> > >>
> > >> Don't know about this particular part but
On Mon, Feb 24, 2025 at 12:53 PM Vlastimil Babka wrote:
>
> On 2/24/25 02:36, Suren Baghdasaryan wrote:
> > On Sat, Feb 22, 2025 at 8:44 PM Suren Baghdasaryan
> > wrote:
> >>
> >> Don't know about this particular part but testing sheaves with maple
> >> node cache and stress testing mmap/munmap
On 2/24/25 02:36, Suren Baghdasaryan wrote:
> On Sat, Feb 22, 2025 at 8:44 PM Suren Baghdasaryan wrote:
>>
>> Don't know about this particular part but testing sheaves with maple
>> node cache and stress testing mmap/munmap syscalls shows performance
>> benefits as long as there is some delay to l
On Sun, Feb 23, 2025 at 5:36 PM Suren Baghdasaryan wrote:
>
> On Sat, Feb 22, 2025 at 8:44 PM Suren Baghdasaryan wrote:
> >
> > On Sat, Feb 22, 2025 at 4:19 PM Kent Overstreet
> > wrote:
> > >
> > > On Fri, Feb 14, 2025 at 05:27:36PM +0100, Vlastimil Babka wrote:
> > > > - Cheaper fast paths. Fo
On Sat, Feb 22, 2025 at 8:44 PM Suren Baghdasaryan wrote:
>
> On Sat, Feb 22, 2025 at 4:19 PM Kent Overstreet
> wrote:
> >
> > On Fri, Feb 14, 2025 at 05:27:36PM +0100, Vlastimil Babka wrote:
> > > - Cheaper fast paths. For allocations, instead of local double cmpxchg,
> > > after Patch 5 it's
On Sat, Feb 22, 2025 at 4:19 PM Kent Overstreet
wrote:
>
> On Fri, Feb 14, 2025 at 05:27:36PM +0100, Vlastimil Babka wrote:
> > - Cheaper fast paths. For allocations, instead of local double cmpxchg,
> > after Patch 5 it's preempt_disable() and no atomic operations. Same for
> > freeing, which
On Fri, Feb 14, 2025 at 05:27:36PM +0100, Vlastimil Babka wrote:
> - Cheaper fast paths. For allocations, instead of local double cmpxchg,
> after Patch 5 it's preempt_disable() and no atomic operations. Same for
> freeing, which is normally a local double cmpxchg only for a short
> term allo
On Fri, 14 Feb 2025, Vlastimil Babka wrote:
> - Cheaper fast paths. For allocations, instead of local double cmpxchg,
> after Patch 5 it's preempt_disable() and no atomic operations. Same for
> freeing, which is normally a local double cmpxchg only for a short
> term allocations (so the same
14 matches
Mail list logo