[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3] docs: fix documentation about default scheduler


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Roger Pau Monne <roger.pau@xxxxxxxxxx>
  • Date: Tue, 17 Nov 2020 10:32:58 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=rBXLBz2fRRUloLhGoC6sj4nzp8i6aSdhXeuRHbff3uE=; b=UE9GRdJ7xOObGjwWyLcHTlAUD3LRFRr1dljswLjg1N4glGaIQ5va+7WstMXMRp3CGDRMFbfSUdcGtaAEbHQ44K5w0JFouxPBsIFU6laYLfukBXE3kYG0KdVYh4Di8G3hBHlriVDffjuu2u7+7Zzrmf/THOEfpUSTs1cqjI0NfanuANYPbEmhiPCZqH5KVWI0vXgKb1ejaOH29oRuCqzz85xCm/NyoRS3vXRulTnGg+IiUJmF1x4DOu/1rb8mt9987K+tIhYi3O9egYfFY4gjAtSbSsMzE9bDhRhevFwaN8bVJNFZ/S9hxxV3KHgtVo2nKErnIQzacuWgt7KSfxS59g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=c1AtNCC+ZLrLl3p3xVuZkW+XNrFVX2geWb+E9luuPKBCXzHlX41r6kyzwHfO4RFPVJZuQqVjrjdz+ZxvoUZ2d1uXFvCANAyh6B+V8wdE0/4eMCrAegy1/zeD50P9G7M3xokOHdpslwUwsCODwHllybi6BLgew/+m7x7XOiXRXOtchr5flgirZFUXhCkagvnMc+ODJhs8VggirD4gqj9Za64ZkomqRKrpwxkqM8oOgrW11OHrSk2zJXvPzgIxCLuiW0xCIVeMXv1XWbuIsdAxWFB6OwxJ0Nhfrk29v1zaee14MKpg11wANY9sn6ELF3j80ws/lt6hURdsHLyhTf15jw==
  • Authentication-results: esa3.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
  • Cc: Roger Pau Monne <roger.pau@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, "Ian Jackson" <iwj@xxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
  • Delivery-date: Tue, 17 Nov 2020 09:33:19 +0000
  • Ironport-sdr: MVcem7/R8ipHHc0XKl+LBw+5fuQUs0WbPWPwBrFI56J6Ug6URM5um+tZorIdD0HekuaRYeOCdB sottx6pJVaV6UOAVv7qHTqFHpJuVfbw/Qk+SSotgpymE3NZUioxAfu6lMuscL4Sf2ss1m2asF3 SDMiSc0lybJVTXjmSPwox0IgU8k9amdoya6yz1nXybtmcYEAwM5ukgqMsqxsHxd/9LpKbBuser CH+dMgI2oO4W/gZsMnqclArt35muVQkCqCzFr3Z/Z7BBsiCoszmw4ttOhrIHwpj3a/DQ/5YgJA ja8=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Fix the command line document to account for the default scheduler in
Kconfig being credit2 now, and the fact that it's selectable at build
time and thus different builds could end up with different default
schedulers.

Fixes: dafd936dddbd ('Make credit2 the default scheduler')
Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
---
Changes since v2:
 - List credit2 as the default scheduler.
 - Note that default scheduler can be set from Kconfig.

Changes since v1:
 - Point that the default scheduler is being selected by Kconfig,
   don't mention the default Kconfig selection.
---
 docs/misc/xen-command-line.pandoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/misc/xen-command-line.pandoc 
b/docs/misc/xen-command-line.pandoc
index 4ae9391fcd..803243c3fa 100644
--- a/docs/misc/xen-command-line.pandoc
+++ b/docs/misc/xen-command-line.pandoc
@@ -1876,9 +1876,11 @@ with read and write permissions.
 ### sched
 > `= credit | credit2 | arinc653 | rtds | null`
 
-> Default: `sched=credit`
+> Default: `sched=credit2`
 
-Choose the default scheduler.
+Choose the default scheduler. Note the default scheduler is selectable via
+Kconfig and depends on enabled schedulers. Check
+`CONFIG_SCHED_DEFAULT` to see which scheduler is the default.
 
 ### sched_credit2_max_cpus_runqueue
 > `= <integer>`
-- 
2.29.2




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.