Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1634701

[PATCH] x86/intel_rdt: Fix a typo in Documentation

From Xiaochen Shen <xiaochen.shen@intel.com>
Newsgroups linux.kernel
Subject [PATCH] x86/intel_rdt: Fix a typo in Documentation
Date 2017-05-03 05:10 +0200
Message-ID <tCSPT-7i5-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The typo is in example 3.

"C0" in "# echo C0 > p0/cpus" is wrong because it specifies core
6-7 instead of wanted core 4-7.

Correct this typo to avoid confusion.

Signed-off-by: Xiaochen Shen <xiaochen.shen@intel.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
---
 Documentation/x86/intel_rdt_ui.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/x86/intel_rdt_ui.txt b/Documentation/x86/intel_rdt_ui.txt
index 0f6d847..c491a1b 100644
--- a/Documentation/x86/intel_rdt_ui.txt
+++ b/Documentation/x86/intel_rdt_ui.txt
@@ -295,7 +295,7 @@ kernel and the tasks running there get 50% of the cache. They should
 also get 50% of memory bandwidth assuming that the cores 4-7 are SMT
 siblings and only the real time threads are scheduled on the cores 4-7.
 
-# echo C0 > p0/cpus
+# echo F0 > p0/cpus
 
 4) Locking between applications
 
-- 
1.8.3.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] x86/intel_rdt: Fix a typo in Documentation Xiaochen Shen <xiaochen.shen@intel.com> - 2017-05-03 05:10 +0200
  Re: [PATCH] x86/intel_rdt: Fix a typo in Documentation Thomas Gleixner <tglx@linutronix.de> - 2017-05-09 09:10 +0200
    Re: [PATCH] x86/intel_rdt: Fix a typo in Documentation Xiaochen Shen <xiaochen.shen@intel.com> - 2017-05-09 09:20 +0200
      Re: [PATCH] x86/intel_rdt: Fix a typo in Documentation Thomas Gleixner <tglx@linutronix.de> - 2017-05-09 09:30 +0200
        Re: [PATCH] x86/intel_rdt: Fix a typo in Documentation Xiaochen Shen <xiaochen.shen@intel.com> - 2017-05-09 09:40 +0200
  [tip:x86/urgent] x86/intel_rdt: Fix a typo in Documentation tip-bot for Xiaochen Shen <tipbot@zytor.com> - 2017-05-09 09:50 +0200

csiph-web