summaryrefslogtreecommitdiff
path: root/manpages.mk
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2018-10-11 15:06:44 +0300
committerIan Stokes <ian.stokes@intel.com>2018-10-12 15:22:54 +0100
commit6794be1deea818f21eae0a6b24c96ec5650ba758 (patch)
tree9303bd7632f4d2491ec391dc4fa86a166d0c4c4c /manpages.mk
parent21e9b77b885d4a147d8e04bdcb0e560a7258abdd (diff)
downloadopenvswitch-6794be1deea818f21eae0a6b24c96ec5650ba758.tar.gz
dpif-netdev-perf: Clarify frequency number.
'dpif-netdev/pmd-perf-show' command prints the frequency number calculated from the total number of cycles spent for iterations for the measured period. This number could be confusing, because users may think that it should be equal to CPU frequency, especially on non-x86 systems where TSC frequency likely does not match with CPU one. Moreover, counted TSC cycles could differ from the HW TSC cycles in case of a large number of PMD reloads, because cycles spent outside of the main polling loop are not taken into account anywhere. In this case the frequency will not match even TSC frequency. Let's clarify the meaning in order to avoid this misunderstanding. 'Cycles' replaced with 'Used TSC cycles', which describes how many TSC cycles consumed by the main polling loop. % of the total TSC cycles now printed instead of GHz frequency, because GHz is unclear for understanding, especially without knowing the exact TSC frequency. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'manpages.mk')
-rw-r--r--manpages.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/manpages.mk b/manpages.mk
index 6ebcf6b70..0fd986e00 100644
--- a/manpages.mk
+++ b/manpages.mk
@@ -255,6 +255,7 @@ vswitchd/ovs-vswitchd.8: \
lib/dpif-netdev-unixctl.man \
lib/memory-unixctl.man \
lib/netdev-dpdk-unixctl.man \
+ lib/ovs.tmac \
lib/service.man \
lib/ssl-bootstrap.man \
lib/ssl-peer-ca-cert.man \
@@ -273,6 +274,7 @@ lib/dpctl.man:
lib/dpif-netdev-unixctl.man:
lib/memory-unixctl.man:
lib/netdev-dpdk-unixctl.man:
+lib/ovs.tmac:
lib/service.man:
lib/ssl-bootstrap.man:
lib/ssl-peer-ca-cert.man: