* [PATCH] Documentation: scheduler: Changed lowercase acronyms to uppercase
@ 2025-05-13 17:03 Jake Rice
2025-05-13 19:20 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Jake Rice @ 2025-05-13 17:03 UTC (permalink / raw)
To: corbet, linux-doc
Cc: tj, arighi, changwoo, ggherdovich, me, ake, abovard, devaanshk840,
cengiz, linux-kernel, Jake Rice
Everywhere else in this doc, the dispatch queue acronym (DSQ) is
uppercase. There were a couple places where the acronym was written in
lowercase. I changed them to uppercase to make it homogeneous.
Signed-off-by: Jake Rice <jake@jakerice.dev>
---
Documentation/scheduler/sched-ext.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/scheduler/sched-ext.rst b/Documentation/scheduler/sched-ext.rst
index 0b2654e2164b..878762b6379d 100644
--- a/Documentation/scheduler/sched-ext.rst
+++ b/Documentation/scheduler/sched-ext.rst
@@ -197,8 +197,8 @@ Dispatch Queues
To match the impedance between the scheduler core and the BPF scheduler,
sched_ext uses DSQs (dispatch queues) which can operate as both a FIFO and a
priority queue. By default, there is one global FIFO (``SCX_DSQ_GLOBAL``),
-and one local dsq per CPU (``SCX_DSQ_LOCAL``). The BPF scheduler can manage
-an arbitrary number of dsq's using ``scx_bpf_create_dsq()`` and
+and one local DSQ per CPU (``SCX_DSQ_LOCAL``). The BPF scheduler can manage
+an arbitrary number of DSQs using ``scx_bpf_create_dsq()`` and
``scx_bpf_destroy_dsq()``.
A CPU always executes a task from its local DSQ. A task is "inserted" into a
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: scheduler: Changed lowercase acronyms to uppercase
2025-05-13 17:03 [PATCH] Documentation: scheduler: Changed lowercase acronyms to uppercase Jake Rice
@ 2025-05-13 19:20 ` Tejun Heo
0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2025-05-13 19:20 UTC (permalink / raw)
To: Jake Rice
Cc: corbet, linux-doc, arighi, changwoo, ggherdovich, me, ake,
abovard, devaanshk840, cengiz, linux-kernel
On Tue, May 13, 2025 at 01:03:44PM -0400, Jake Rice wrote:
> Everywhere else in this doc, the dispatch queue acronym (DSQ) is
> uppercase. There were a couple places where the acronym was written in
> lowercase. I changed them to uppercase to make it homogeneous.
>
> Signed-off-by: Jake Rice <jake@jakerice.dev>
Applied to sched_ext/for-6.16.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-13 19:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 17:03 [PATCH] Documentation: scheduler: Changed lowercase acronyms to uppercase Jake Rice
2025-05-13 19:20 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).