diff mbox series

[2/2] cpupower: removed a completed task from the list

Message ID 20210512112658.89965-2-someguy@effective-light.com
State New
Headers show
Series [1/2] cpupower: implement the multi-cpu monitoring of programs | expand

Commit Message

Hamza Mahfooz May 12, 2021, 11:26 a.m. UTC
Since this task has been completed, cpupower/ToDo should be updated so
that others know not to attempt this task as well.

Signed-off-by: Hamza Mahfooz <someguy@effective-light.com>
---
 tools/power/cpupower/ToDo | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Hamza Mahfooz May 12, 2021, 8:30 p.m. UTC | #1
On Wed, May 12 2021 at 08:45:49 AM -0600, Shuah Khan 
<skhan@linuxfoundation.org> wrote:
> You have to use real name/address in you signed-off-by.


I have used my real name and email address btw.
diff mbox series

Patch

diff --git a/tools/power/cpupower/ToDo b/tools/power/cpupower/ToDo
index b196a139a3e4..39c870ea83e6 100644
--- a/tools/power/cpupower/ToDo
+++ b/tools/power/cpupower/ToDo
@@ -12,13 +12,3 @@  ToDos sorted by priority:
   -> This is to move the per_cpu logic from inside the
      monitor to outside it. This can be given higher
      priority in fork_it.
-- Fork as many processes as there are CPUs in case the
-  per_cpu_schedule flag is set.
-  -> Bind forked process to each cpu.
-  -> Execute start measures via the forked processes on
-     each cpu.
-  -> Run test executable in a forked process.
-  -> Execute stop measures via the forked processes on
-     each cpu.
-  This would be ideal as it will not introduce noise in the
-  tested executable.