From 84ba341cb03e920cdf087ecaa1dd21110dd81dcc Mon Sep 17 00:00:00 2001 From: Vipin Varghese Date: Mon, 6 May 2019 14:30:12 +0530 Subject: [PATCH] doc: remove redundant information from debug guide Remove redundant information from section Performance issue isolation. Re-word for section header for packet capture. Fixes: 08db7bde1617 ("doc: add guide for debug and troubleshoot") Signed-off-by: Vipin Varghese Acked-by: John McNamara --- doc/guides/howto/debug_troubleshoot.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/guides/howto/debug_troubleshoot.rst b/doc/guides/howto/debug_troubleshoot.rst index 6abddcd327..cef016b2fe 100644 --- a/doc/guides/howto/debug_troubleshoot.rst +++ b/doc/guides/howto/debug_troubleshoot.rst @@ -298,10 +298,6 @@ Custom worker function :numref:`dtg_distributor_worker`. #. Performance issue isolation - * The functions running on CPU cores without context switches are the - performing scenarios. Identify lcore with ``rte_lcore`` and lcore index - mapping with CPU using ``rte_lcore_index``. - * The functions running on CPU cores without context switches are the performing scenarios. Identify lcore with ``rte_lcore`` and lcore index mapping with CPU using ``rte_lcore_index``. @@ -404,8 +400,8 @@ Traffic Manager on TX interface :numref:`dtg_qos_tx`. for drops for hierarchy, schedulers and WRED configurations. -Is the packet not in the unexpected format? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Is the packet in the unexpected format? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Packet capture before and after processing :numref:`dtg_pdump`. -- 2.20.1