All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dario Faggioli <dfaggioli@suse.com>
To: "luca.fancellu@arm.com" <luca.fancellu@arm.com>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Cc: "julien@xen.org" <julien@xen.org>,
	Jan Beulich <JBeulich@suse.com>,
	"bertrand.marquis@arm.com" <bertrand.marquis@arm.com>,
	"wl@xen.org" <wl@xen.org>,
	"sstabellini@kernel.org" <sstabellini@kernel.org>,
	"wei.chen@arm.com" <wei.chen@arm.com>,
	"george.dunlap@citrix.com" <george.dunlap@citrix.com>,
	"andrew.cooper3@citrix.com" <andrew.cooper3@citrix.com>
Subject: Re: [PATCH v6 3/6] xen/sched: retrieve scheduler id by name
Date: Fri, 8 Apr 2022 10:29:16 +0000	[thread overview]
Message-ID: <a33a1cc55573a1e8d32bb22da31b17058ba76d53.camel@suse.com> (raw)
In-Reply-To: <20220408084517.33082-4-luca.fancellu@arm.com>

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]

On Fri, 2022-04-08 at 09:45 +0100, Luca Fancellu wrote:
> Add a static function to retrieve the scheduler pointer using the
> scheduler name.
> 
> Add a public function to retrieve the scheduler id by the scheduler
> name that makes use of the new static function.
> 
> Take the occasion to replace open coded scheduler search with the
> new static function in scheduler_init.
> 
> Signed-off-by: Luca Fancellu <luca.fancellu@arm.com>
> Reviewed-by: Juergen Gross <jgross@suse.com>
>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>

Regards
-- 
Dario Faggioli, Ph.D
http://about.me/dario.faggioli
Virtualization Software Engineer
SUSE Labs, SUSE https://www.suse.com/
-------------------------------------------------------------------
<<This happens because _I_ choose it to happen!>> (Raistlin Majere)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2022-04-08 10:29 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08  8:45 [PATCH v6 0/6] Boot time cpupools Luca Fancellu
2022-04-08  8:45 ` [PATCH v6 1/6] tools/cpupools: Give a name to unnamed cpupools Luca Fancellu
2022-04-08  9:54   ` Anthony PERARD
2022-04-08  8:45 ` [PATCH v6 2/6] xen/sched: create public function for cpupools creation Luca Fancellu
2022-04-08  8:45 ` [PATCH v6 3/6] xen/sched: retrieve scheduler id by name Luca Fancellu
2022-04-08 10:29   ` Dario Faggioli [this message]
2022-04-08  8:45 ` [PATCH v6 4/6] xen/cpupool: Create different cpupools at boot time Luca Fancellu
2022-04-08  8:56   ` Jan Beulich
2022-04-08  9:06     ` Luca Fancellu
2022-04-08  9:01   ` Jan Beulich
2022-04-08 11:37     ` Luca Fancellu
2022-04-08 11:58       ` Jan Beulich
2022-04-08 20:25         ` Stefano Stabellini
2022-04-09  9:14           ` Juergen Gross
2022-04-11  6:15           ` Jan Beulich
2022-04-11  8:29             ` Luca Fancellu
2022-04-11 10:29               ` Dario Faggioli
2022-04-08 17:41   ` Julien Grall
2022-04-08 20:18   ` Stefano Stabellini
2022-04-11 10:58   ` Julien Grall
2022-04-11 11:30     ` Luca Fancellu
2022-04-11 11:42       ` Julien Grall
2022-04-08  8:45 ` [PATCH v6 5/6] arm/dom0less: assign dom0less guests to cpupools Luca Fancellu
2022-04-08  9:10   ` Jan Beulich
2022-04-08  9:39     ` Luca Fancellu
2022-04-08 10:24       ` Jan Beulich
2022-04-08 11:15         ` Luca Fancellu
2022-04-08 12:10           ` Jan Beulich
2022-04-11  8:54             ` Luca Fancellu
2022-04-11  9:08               ` Jan Beulich
2022-04-11 10:20                 ` Luca Fancellu
2022-04-11 10:23                   ` Jan Beulich
2022-04-08 10:37     ` Juergen Gross
2022-04-08  8:45 ` [PATCH v6 6/6] xen/cpupool: Allow cpupool0 to use different scheduler Luca Fancellu

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=a33a1cc55573a1e8d32bb22da31b17058ba76d53.camel@suse.com \
    --to=dfaggioli@suse.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=bertrand.marquis@arm.com \
    --cc=george.dunlap@citrix.com \
    --cc=julien@xen.org \
    --cc=luca.fancellu@arm.com \
    --cc=sstabellini@kernel.org \
    --cc=wei.chen@arm.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /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.