linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] rteval updates
@ 2025-11-07 18:26 John Kacur
  2025-11-07 18:26 ` [PATCH 01/12] rteval: Fix spelling of 'occurrences' in measurement modules John Kacur
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: John Kacur @ 2025-11-07 18:26 UTC (permalink / raw)
  To: linux-rt-users; +Cc: Clark Williams, Tomas Glozar, John Kacur

Notable here are the patches to add

--measurement-module MODULE so that you can choose cyclictest or
timerlat without modifying the rteval.conf file

The patches that adds
  --timerlat-dma_latency USEC
                        Set /dev/cpu_dma_latency to USEC (set to None to
                        disable) (default: 0)

And finally the addition of pyproject.toml for a modern type of python
install. We will still carry setup.py for older distributions.

John


John Kacur (12):
  rteval: Fix spelling of 'occurrences' in measurement modules
  rteval: Fix typo in comment
  rteval: Remove unused function remove_offline
  rteval: timerlat: Fix typo in log message
  rteval: cyclictest: Fix typo in comment
  rteval: rtevalConfig: Remove redundant 'is True' comparison
  rteval: Clean up MANIFEST.in and fix newnet.py copyright header
  rteval: Add pyproject.toml for modern Python packaging
  rteval: Improve argparse implementation and remove manual sys.argv
    parsing
  rteval: timerlat: Add dma_latency option with default value of 0
  rteval: Add --measurement-module command-line argument
  rteval: Add unit tests for --measurement-module argument

 MANIFEST.in                                |   3 +-
 Makefile                                   |  10 ++
 pyproject.toml                             |  58 ++++++
 rteval-cmd                                 | 122 +++++++------
 rteval/modules/__init__.py                 |   7 +
 rteval/modules/measurement/__init__.py     |   2 +-
 rteval/modules/measurement/cyclictest.py   |   8 +-
 rteval/modules/measurement/timerlat.py     |  17 +-
 rteval/rtevalConfig.py                     |   2 +-
 rteval/sysinfo/newnet.py                   |   3 +-
 run_tests.sh                               |  89 ++++++++++
 setup.py                                   |   6 +-
 tests/test_measurement_module_selection.py | 195 +++++++++++++++++++++
 13 files changed, 443 insertions(+), 79 deletions(-)
 create mode 100644 pyproject.toml
 create mode 100755 run_tests.sh
 create mode 100755 tests/test_measurement_module_selection.py

-- 
2.51.1


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

end of thread, other threads:[~2025-11-07 18:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 18:26 [PATCH 00/12] rteval updates John Kacur
2025-11-07 18:26 ` [PATCH 01/12] rteval: Fix spelling of 'occurrences' in measurement modules John Kacur
2025-11-07 18:26 ` [PATCH 02/12] rteval: Fix typo in comment John Kacur
2025-11-07 18:26 ` [PATCH 03/12] rteval: Remove unused function remove_offline John Kacur
2025-11-07 18:26 ` [PATCH 04/12] rteval: timerlat: Fix typo in log message John Kacur
2025-11-07 18:26 ` [PATCH 05/12] rteval: cyclictest: Fix typo in comment John Kacur
2025-11-07 18:26 ` [PATCH 06/12] rteval: rtevalConfig: Remove redundant 'is True' comparison John Kacur
2025-11-07 18:26 ` [PATCH 07/12] rteval: Clean up MANIFEST.in and fix newnet.py copyright header John Kacur
2025-11-07 18:26 ` [PATCH 08/12] rteval: Add pyproject.toml for modern Python packaging John Kacur
2025-11-07 18:26 ` [PATCH 09/12] rteval: Improve argparse implementation and remove manual sys.argv parsing John Kacur
2025-11-07 18:26 ` [PATCH 10/12] rteval: timerlat: Add dma_latency option with default value of 0 John Kacur
2025-11-07 18:26 ` [PATCH 11/12] rteval: Add --measurement-module command-line argument John Kacur
2025-11-07 18:26 ` [PATCH 12/12] rteval: Add unit tests for --measurement-module argument 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).