rt-tests/SOURCES/svsematest-Add-S-smp-option...

33 lines
1.2 KiB
Diff

From b8a602c2b94a62811b73ee0249526ba6c3ce4437 Mon Sep 17 00:00:00 2001
From: John Kacur <jkacur@redhat.com>
Date: Fri, 22 Nov 2019 14:59:05 +0100
Subject: [PATCH] svsematest: Add -S, --smp option to manpage
The -S, or --smp option is in the help but missing from the manpage.
We should really revisit these tests as these options have changed a bit
in cyclictest and they are all modeled after cyclictest.
Signed-off-by: John Kacur <jkacur@redhat.com>
---
src/svsematest/svsematest.8 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/svsematest/svsematest.8 b/src/svsematest/svsematest.8
index f67ab4c669d3..98322c105803 100644
--- a/src/svsematest/svsematest.8
+++ b/src/svsematest/svsematest.8
@@ -38,6 +38,9 @@ Set the number of loops. The default is 0 (endless). This option is useful for a
.B \-p, \-\-prio=PRIO
Set the priority of the process.
.TP
+.B \-S, \-\-smp
+SMP testing: options -a -t and same priority of all threads
+.TP
.B \-t, \-\-threads[=NUM]
Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs.
.SH "EXAMPLES"
--
2.20.1