From aae799d7dd4cc4d9c29cc665519cbec775b7bb6b Mon Sep 17 00:00:00 2001 From: Viacheslav Ovsiienko Date: Wed, 15 Jul 2020 10:30:35 +0000 Subject: [PATCH] app/testpmd: fix typos Fix minor typos. Fixes: 4940344dab1d ("app/testpmd: add Tx scheduling command") Signed-off-by: Viacheslav Ovsiienko Reviewed-by: Ferruh Yigit --- app/test-pmd/cmdline.c | 2 +- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 39a1e772ed..0a6ed85f33 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -296,7 +296,7 @@ static void cmd_help_long_parsed(void *parsed_result, "set txtimes (x, y)\n" " Set the scheduling on timestamps" - " timings for the TXOMLY mode\n\n" + " timings for the TXONLY mode\n\n" "set corelist (x[,y]*)\n" " Set the list of forwarding cores.\n\n" diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index f8cfb02e38..90cf252df5 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -757,7 +757,7 @@ where: * ``intra`` is the delay between the packets within the burst specified in the device clock units. The number of packets in the burst is defined by regular burst setting. If ``intra`` parameter is zero no timestamps - provided in the packets excepting the first one in the burst. + provided in the packets excepting the first one in the burst. As the result the bursts of packet will be transmitted with specific delays between the packets within the burst and specific delay between -- 2.20.1