All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add env vars for session and cpu-affinity
@ 2024-08-22  8:07 Simon Graber
  2024-08-22  8:07 ` [PATCH 1/3] lib/copperplate: Get session name from env var Simon Graber
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Simon Graber @ 2024-08-22  8:07 UTC (permalink / raw)
  To: xenomai; +Cc: upstream+xenomai, Simon Graber

Hello,

This patch set introduces two environment variables, for session
and cpu-affinity. This is to avoid having to pass them as args which
was suboptimal for larger projects with many helper programs.

The first two patches in lib/ add checks for the presence of env vars,
the third patch utilizes these for the alchemy tests.

Simon Graber (3):
  lib/copperplate: Get session name from env var
  lib/boilerplate: Get cpu-affinity from env var
  alchemytests: Set cpu-affinity by env var

 lib/boilerplate/setup.c                      | 16 +++++++++++++++
 lib/copperplate/init.c                       | 21 ++++++++++++++------
 testsuite/smokey/alchemytests/alchemytests.c | 10 +++++++++-
 3 files changed, 40 insertions(+), 7 deletions(-)

-- 
2.46.0


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

end of thread, other threads:[~2024-08-22 12:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22  8:07 [PATCH 0/3] Add env vars for session and cpu-affinity Simon Graber
2024-08-22  8:07 ` [PATCH 1/3] lib/copperplate: Get session name from env var Simon Graber
2024-08-22 10:51   ` Jan Kiszka
2024-08-22 10:57     ` Richard Weinberger
2024-08-22 10:59       ` Jan Kiszka
2024-08-22 11:16         ` Richard Weinberger
2024-08-22 12:35           ` Jan Kiszka
2024-08-22 11:38     ` Simon
2024-08-22  8:07 ` [PATCH 2/3] lib/boilerplate: Get cpu-affinity " Simon Graber
2024-08-22  8:07 ` [PATCH 3/3] alchemytests: Set cpu-affinity by " Simon Graber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.