From: Tejun Heo <tj@kernel.org>
To: David Carlier <devnexen@gmail.com>
Cc: David Vernet <void@manifault.com>,
linux-kernel@vger.kernel.org, emil@etsalapatis.com
Subject: Re: [PATCH] sched_ext: optimize sched_ext_entity layout for cache locality
Date: Tue, 24 Feb 2026 08:06:40 -1000 [thread overview]
Message-ID: <bb09b9c81974b64da6d3426cc36ebedd@kernel.org> (raw)
In-Reply-To: <20260224055637.16956-1-devnexen@gmail.com>
> Reorder struct sched_ext_entity to place ops_state, ddsp_dsq_id, and
> ddsp_enq_flags immediately after dsq. These fields are accessed together
> in the do_enqueue_task() and finish_dispatch() hot paths but were
> previously spread across three different cache lines. Grouping them on
> the same cache line reduces cache misses on every enqueue and dispatch
> operation.
Applied to sched_ext/for-7.1 with the subject line capitalized.
Thanks.
--
tejun
prev parent reply other threads:[~2026-02-24 18:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-24 5:56 [PATCH] sched_ext: optimize sched_ext_entity layout for cache locality David Carlier
2026-02-24 17:43 ` Tejun Heo
2026-02-24 18:24 ` David CARLIER
2026-02-24 18:06 ` Tejun Heo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bb09b9c81974b64da6d3426cc36ebedd@kernel.org \
--to=tj@kernel.org \
--cc=devnexen@gmail.com \
--cc=emil@etsalapatis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=void@manifault.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.