~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/translations/zh_CN/virt/guest-halt-polling.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 .. include:: ../disclaimer-zh_CN.rst
  2 
  3 :Original: Documentation/virt/guest-halt-polling.rst
  4 
  5 :翻译:
  6 
  7  司延腾 Yanteng Si <siyanteng@loongson.cn>
  8 
  9 :校译:
 10 
 11  时奎亮 Alex Shi <alexs@kernel.org>
 12 
 13 .. _cn_virt_guest-halt-polling:
 14 
 15 ========================================
 16 客户机停机轮询机制(Guest halt polling)
 17 ========================================
 18 
 19 cpuidle_haltpoll驱动,与haltpoll管理器一起,允许客户机vcpus在停机前轮询
 20 一定的时间。
 21 
 22 这为物理机侧的轮询提供了以下好处:
 23 
 24         1) 在执行轮询时,POLL标志被设置,这允许远程vCPU在执行唤醒时避免发送
 25            IPI(以及处理IPI的相关成本)。
 26 
 27         2) 可以避免虚拟机退出的成本。
 28 
 29 客户机侧轮询的缺点是,即使在物理机中的其他可运行任务中也会进行轮询。
 30 
 31 其基本逻辑如下。一个全局值,即guest_halt_poll_ns,是由用户配置的,表示允
 32 许轮询的最大时间量。这个值是固定的。
 33 
 34 每个vcpu都有一个可调整的guest_halt_poll_ns("per-cpu guest_halt_poll_ns"),
 35 它由算法响应事件进行调整(解释如下)。
 36 
 37 模块参数
 38 ========
 39 
 40 haltpoll管理器有5个可调整的模块参数:
 41 
 42 1) guest_halt_poll_ns:
 43 
 44 轮询停机前执行的最大时间,以纳秒为单位。
 45 
 46 默认值: 200000
 47 
 48 2) guest_halt_poll_shrink:
 49 
 50 当唤醒事件发生在全局的guest_halt_poll_ns之后,用于缩减每个CPU的guest_halt_poll_ns
 51 的划分系数。
 52 
 53 默认值: 2
 54 
 55 3) guest_halt_poll_grow:
 56 
 57 当事件发生在per-cpu guest_halt_poll_ns之后但在global guest_halt_poll_ns之前,
 58 用于增长per-cpu guest_halt_poll_ns的乘法系数。
 59 
 60 默认值: 2
 61 
 62 4) guest_halt_poll_grow_start:
 63 
 64 在系统空闲的情况下,每个cpu guest_halt_poll_ns最终达到零。这个值设置了增长时的
 65 初始每cpu guest_halt_poll_ns。这个值可以从10000开始增加,以避免在最初的增长阶
 66 段出现失误。:
 67 
 68 10k, 20k, 40k, ... (例如,假设guest_halt_poll_grow=2).
 69 
 70 默认值: 50000
 71 
 72 5) guest_halt_poll_allow_shrink:
 73 
 74 允许缩减的Bool参数。设置为N以避免它(一旦达到全局的guest_halt_poll_ns值,每CPU的
 75 guest_halt_poll_ns将保持高位)。
 76 
 77 默认值: Y
 78 
 79 模块参数可以从sysfs文件中设置,在::
 80 
 81         /sys/module/haltpoll/parameters/
 82 
 83 进一步说明
 84 ==========
 85 
 86 - 在设置guest_halt_poll_ns参数时应该小心,因为一个大的值有可能使几乎是完全空闲机
 87   器上的cpu使用率达到100%。

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php