]> git.proxmox.com Git - mirror_ovs.git/commitdiff
dpif-netdev-unixctl: Change 'masked' to 'megaflow'.
authorIlya Maximets <i.maximets@samsung.com>
Fri, 28 Sep 2018 11:24:12 +0000 (14:24 +0300)
committerIan Stokes <ian.stokes@intel.com>
Fri, 12 Oct 2018 10:40:08 +0000 (11:40 +0100)
In the review process of the original patch 'masked hits' stat
was renamed to 'megaflow hits', but the man page wasn't updated.

Fixes: 6553d06bd179 ("dpif-netdev: Add dpif-netdev/pmd-stats-*
                      appctl commands.")
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/dpif-netdev-unixctl.man

index ab8619e410de81f27799756260fb4d74e62f0161..c46f6b19c71fca56fadc2acbad91db1dfbdcd933 100644 (file)
@@ -11,7 +11,7 @@ Shows performance statistics for one or all pmd threads of the datapath
 \fIdp\fR. The special thread "main" sums up the statistics of every non pmd
 thread.
 
-The sum of "emc hits", "masked hits" and "miss" is the number of
+The sum of "emc hits", "megaflow hits" and "miss" is the number of
 packet lookups performed by the datapath. Beware that a recirculated packet
 experiences one additional lookup per recirculation, so there may be
 more lookups than forwarded packets in the datapath.