doc: remove redudant information from guide

Message ID 20190506042138.29731-1-vipin.varghese@intel.com (mailing list archive)
State Superseded, archived
Headers
Series doc: remove redudant information from guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Varghese, Vipin May 6, 2019, 4:21 a.m. UTC
  Remove redudant information from section 'Performance issue isolation'.
Reword for packet capture header.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
---
 doc/guides/howto/debug_troubleshoot.rst | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
  

Patch

diff --git a/doc/guides/howto/debug_troubleshoot.rst b/doc/guides/howto/debug_troubleshoot.rst
index 6abddcd32..cef016b2f 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`.