Linux-rt-users archive mirror
 help / color / mirror / Atom feed
From: tglozar@redhat.com
To: linux-rt-users@vger.kernel.org
Cc: jkacur@redhat.com, Tomas Glozar <tglozar@redhat.com>
Subject: [PATCH v2 0/2] rteval: Add relative cpusets
Date: Thu, 18 Jan 2024 10:18:08 +0100	[thread overview]
Message-ID: <20240118091810.127396-1-tglozar@redhat.com> (raw)

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


             reply	other threads:[~2024-01-18  9:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-18  9:18 tglozar [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240118091810.127396-1-tglozar@redhat.com \
    --to=tglozar@redhat.com \
    --cc=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).