linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] rteval: Add relative cpusets
@ 2024-01-18  9:18 tglozar
  2024-01-18  9:18 ` [PATCH v2 1/2] rteval: Convert CpuList class to a module tglozar
  2024-01-18  9:18 ` [PATCH v2 2/2] rteval: Add relative cpulists for measurements tglozar
  0 siblings, 2 replies; 5+ messages in thread
From: tglozar @ 2024-01-18  9:18 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, Tomas Glozar

From: Tomas Glozar <tglozar@redhat.com>

Note: this contains only original patch 3 and 4; 1 and 2 have already
been applied.

v2: Implemented feedback for two remaining patches, namely keeping
the assignment of short names of functions from cpulist_utils in
rteval-cmd and other places. The original patch changed this to
always use the full cpulist_utils.<name> syntax, which had some
formatting issues with lines being too long and also made the patch
some tens of lines larger.

Tomas Glozar (2):
  rteval: Convert CpuList class to a module
  rteval: Add relative cpulists for measurements

 rteval-cmd                               |  34 ++--
 rteval/cpulist_utils.py                  | 161 ++++++++++++++++++
 rteval/modules/loads/__init__.py         |   8 +-
 rteval/modules/loads/hackbench.py        |   9 +-
 rteval/modules/loads/kcompile.py         |  11 +-
 rteval/modules/loads/stressng.py         |   8 +-
 rteval/modules/measurement/__init__.py   |  11 +-
 rteval/modules/measurement/cyclictest.py |  53 +-----
 rteval/systopology.py                    | 198 ++++++-----------------
 9 files changed, 259 insertions(+), 234 deletions(-)
 create mode 100644 rteval/cpulist_utils.py

-- 
2.43.0


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

end of thread, other threads:[~2024-01-31 17:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-18  9:18 [PATCH v2 0/2] rteval: Add relative cpusets tglozar
2024-01-18  9:18 ` [PATCH v2 1/2] rteval: Convert CpuList class to a module tglozar
2024-01-31 17:05   ` John Kacur
2024-01-18  9:18 ` [PATCH v2 2/2] rteval: Add relative cpulists for measurements tglozar
2024-01-31 17:06   ` John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).