public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rteval: Refactor CPU list logic
@ 2023-11-14 12:18 tglozar
  2023-11-14 12:18 ` [PATCH 1/3] rteval: Refactor collapse_cpulist in systopology tglozar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: tglozar @ 2023-11-14 12:18 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, Tomas Glozar

From: Tomas Glozar <tglozar@redhat.com>

The main change of this patchset is the removal of the CpuList class, moving
the related logic to a new module rteval.cpulist_utils. Motivation for this
is further explained in the corresponding commit description.

In addition to that, there are a few smaller fixes in the first two commits.
These can be merged separately from the removal of the CpuList class
in the third commit.

Tomas Glozar (3):
  rteval: Refactor collapse_cpulist in systopology
  rteval: Minor improvements to CpuList class
  rteval: Convert CpuList class to a module

 rteval-cmd                               |   9 +-
 rteval/cpulist_utils.py                  | 125 +++++++++++++++
 rteval/modules/loads/__init__.py         |   7 +-
 rteval/modules/loads/hackbench.py        |   9 +-
 rteval/modules/loads/kcompile.py         |  14 +-
 rteval/modules/loads/stressng.py         |   9 +-
 rteval/modules/measurement/__init__.py   |   8 +-
 rteval/modules/measurement/cyclictest.py |  12 +-
 rteval/systopology.py                    | 190 ++---------------------
 9 files changed, 170 insertions(+), 213 deletions(-)
 create mode 100644 rteval/cpulist_utils.py

-- 
2.41.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-22  9:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-14 12:18 [PATCH 0/3] rteval: Refactor CPU list logic tglozar
2023-11-14 12:18 ` [PATCH 1/3] rteval: Refactor collapse_cpulist in systopology tglozar
2023-11-14 12:18 ` [PATCH 2/3] rteval: Minor improvements to CpuList class tglozar
2023-11-14 12:18 ` [PATCH 3/3] rteval: Convert CpuList class to a module tglozar
2023-11-22  9:41   ` Tomas Glozar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox