All of lore.kernel.org
 help / color / mirror / Atom feed
* [rteval PATCH v2 0/3] Make rteval usable on arm, arm64 and i386
@ 2021-02-24  2:16 Punit Agrawal
  2021-02-24  2:16 ` [rteval PATCH v2 1/3] rteval: cyclictest.py: Update logic to get core description Punit Agrawal
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Punit Agrawal @ 2021-02-24  2:16 UTC (permalink / raw)
  To: John Kacur
  Cc: Punit Agrawal, dwagner, Ahmed S . Darwish, linux-rt-users,
	binh1.tranhai, Daniel Sangorrin

Hi,

This is an updated version of the series to improve support of rteval
on arm, arm64 and i386. Previous version can be found at [0].

Changes -
* The biggest change in this version is to improve the logic to
  construct CPU description on arm and arm64 architectures. The
  changes also incorporate feedback from John on the previous version.

* Include the patch to systopology.py required on systems that do not
  have numa domains. The patch was previously posted separately at [1].

Feedback welcome.

Thanks,
Punit


[0] https://lore.kernel.org/linux-rt-users/20210126021241.112944-1-punit1.agrawal@toshiba.co.jp/
[1] https://lore.kernel.org/linux-rt-users/20210127083412.118047-1-punit1.agrawal@toshiba.co.jp/

Punit Agrawal (3):
  rteval: cyclictest.py: Update logic to get core description
  rteval: cyclictest.py: Make build targets architecture independent
  rteval: systopology.py: Add support for systems that don't have Numa

 rteval/misc.py                           | 24 ++++++++++++++-
 rteval/modules/loads/kcompile.py         |  2 +-
 rteval/modules/measurement/cyclictest.py |  8 +++--
 rteval/systopology.py                    | 38 ++++++++++++++++++++----
 4 files changed, 61 insertions(+), 11 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2021-03-05  1:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  2:16 [rteval PATCH v2 0/3] Make rteval usable on arm, arm64 and i386 Punit Agrawal
2021-02-24  2:16 ` [rteval PATCH v2 1/3] rteval: cyclictest.py: Update logic to get core description Punit Agrawal
2021-02-24  2:16 ` [rteval PATCH v2 2/3] rteval: cyclictest.py: Make build targets architecture independent Punit Agrawal
2021-03-03  4:24   ` John Kacur
2021-03-04  6:53     ` Punit Agrawal
2021-03-04 15:48       ` John Kacur
2021-03-05  1:33         ` Punit Agrawal
2021-02-24  2:16 ` [rteval PATCH v2 3/3] rteval: systopology.py: Add support for systems that don't have Numa Punit Agrawal

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.