public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
From: Daniel Wagner <dwagner@suse.de>
To: Clark Williams <williams@redhat.com>, John Kacur <jkacur@redhat.com>
Cc: linux-rt-users@vger.kernel.org,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Daniel Wagner <dwagner@suse.de>
Subject: [rt-tests v1 0/3] Teach signaltest affinity
Date: Sun, 15 Nov 2020 19:40:56 +0100	[thread overview]
Message-ID: <20201115184059.7286-1-dwagner@suse.de> (raw)

This series relies on the "Move common code to helper libraries"
series [1]. After the recent debugging session I think it would be a
good thing to change the default behavior of signaltest and set the
affinity on default.

One thing I also was tempted to change is the default priority to
let's say 98, so that the default settings are useful. It's so easy to
forget to set something and get bad numbers. Obviously, if we agree on
this, we should go over all the tests and try to come of usable defaults.

Thanks,
Daniel

[1] https://lore.kernel.org/linux-rt-users/20201113210910.21807-1-dwagner@suse.de/


Daniel Wagner (3):
  rt-numa: Move thread placement code to rt-numa library
  signaltest: Implement thread placing
  signaltest: Set affintiy on default

 Makefile                    |   4 +-
 src/cyclictest/cyclictest.c |  98 +++----------------------------
 src/include/rt-numa.h       |  13 ++++
 src/lib/rt-numa.c           | 100 +++++++++++++++++++++++++++++++
 src/signaltest/signaltest.8 |  22 ++++++-
 src/signaltest/signaltest.c | 114 ++++++++++++++++++++++++++++++++++--
 6 files changed, 252 insertions(+), 99 deletions(-)

-- 
2.29.2


             reply	other threads:[~2020-11-15 18:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-15 18:40 Daniel Wagner [this message]
2020-11-15 18:40 ` [rt-tests v1 1/3] rt-numa: Move thread placement code to rt-numa library Daniel Wagner
2020-11-20 21:38   ` John Kacur
2020-11-15 18:40 ` [rt-tests v1 2/3] signaltest: Implement thread placing Daniel Wagner
2020-11-20 21:44   ` John Kacur
2020-11-15 18:40 ` [rt-tests v1 3/3] signaltest: Set affintiy on default Daniel Wagner

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=20201115184059.7286-1-dwagner@suse.de \
    --to=dwagner@suse.de \
    --cc=bigeasy@linutronix.de \
    --cc=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /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