[v2] doc: remove redundant information from the guide

Message ID 20190506090012.30302-1-vipin.varghese@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v2] doc: remove redundant information from the guide |

Checks

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

Commit Message

Varghese, Vipin May 6, 2019, 9 a.m. UTC
  Remove redundant information from section Performance issue isolation.
Re-word for section header for packet capture.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>

V2:
 - correct spelling for redundant - Vipin Varghese
---
 doc/guides/howto/debug_troubleshoot.rst | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
  

Comments

John McNamara May 9, 2019, 3:21 p.m. UTC | #1
> -----Original Message-----
> From: Varghese, Vipin
> Sent: Monday, May 6, 2019 10:00 AM
> To: dev@dpdk.org; Kovacevic, Marko <marko.kovacevic@intel.com>; Mcnamara,
> John <john.mcnamara@intel.com>
> Cc: Padubidri, Sanjay A <sanjay.padubidri@intel.com>; Varghese, Vipin
> <vipin.varghese@intel.com>
> Subject: [PATCH v2] doc: remove redundant information from the guide
> 
> Remove redundant information from section Performance issue isolation.
> Re-word for section header for packet capture.
> 


Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon May 9, 2019, 10:34 p.m. UTC | #2
> > 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")

> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks
  

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`.