From: Ajit Khaparde Date: Fri, 23 Apr 2021 16:29:44 +0000 (+0100) Subject: doc: fix formatting in testpmd guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ea2066b13f4df6cbfef313c88e139102fedf9b35;p=dpdk.git doc: fix formatting in testpmd guide Fix formatting in testpmd user guide for hairpin operation. Fixes: 01817b10d27c ("app/testpmd: change hairpin queues setup") Cc: stable@dpdk.org Signed-off-by: Ajit Khaparde Acked-by: Xiaoyun Li Reviewed-by: Bing Zhao --- diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index d0621658ae..eb48318353 100644 --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst @@ -538,8 +538,10 @@ The command line options are: * ``--hairpin-mode=0xXX`` - Set the hairpin port mode with bitmask, only valid when hairpin queues number is set. - bit 4 - explicit Tx flow rule - bit 1 - two hairpin ports paired - bit 0 - two hairpin ports loop + Set the hairpin port mode with bitmask, only valid when hairpin queues number is set:: + + bit 4 - explicit Tx flow rule + bit 1 - two hairpin ports paired + bit 0 - two hairpin ports loop + The default value is 0. Hairpin will use single port mode and implicit Tx flow mode.