Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com> --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 2e64a3a..7dd9c3a 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -103,7 +103,7 @@ stop quit ~~~~ -Quit to prompt in Linux or reboot on Baremetal: +Quit to prompt in Linux/FreeBSD or reboot on Baremetal: quit @@ -153,10 +153,12 @@ For example: show port rss-hash ~~~~~~~~~~~~~~~~~~ -Display the RSS hash functions and RSS hash key of port (port_id). +Display the RSS hash functions and RSS hash key of a port: -show port (port_id) rss-hash [key] clear port -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +show port (port_id) rss-hash [key] + +clear port +~~~~~~~~~~ Clear the port statistics for a given port or for all ports: -- 1.7.4.1