X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fhowto%2Fdebug_troubleshoot.rst;h=cef016b2fef4d08688a8b169b08bbe1c185d6636;hb=65e3a202ac6dd81acaa9623d7772e62043bbe28e;hp=6abddcd327cca2d40cdb0d6e8a26e2c5a40b01db;hpb=08db7bde16178873851567db7f5f27d49dbd688b;p=dpdk.git 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`.