* [dpdk-dev] [PATCH] doc: remove redudant information from guide
@ 2019-05-06 4:21 Vipin Varghese
2019-05-06 4:21 ` Vipin Varghese
2019-05-06 9:00 ` [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide Vipin Varghese
0 siblings, 2 replies; 8+ messages in thread
From: Vipin Varghese @ 2019-05-06 4:21 UTC (permalink / raw)
To: dev, marko.kovacevic, john.mcnamara; +Cc: sanjay.padubidri, Vipin Varghese
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(-)
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`.
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH] doc: remove redudant information from guide
2019-05-06 4:21 [dpdk-dev] [PATCH] doc: remove redudant information from guide Vipin Varghese
@ 2019-05-06 4:21 ` Vipin Varghese
2019-05-06 9:00 ` [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide Vipin Varghese
1 sibling, 0 replies; 8+ messages in thread
From: Vipin Varghese @ 2019-05-06 4:21 UTC (permalink / raw)
To: dev, marko.kovacevic, john.mcnamara; +Cc: sanjay.padubidri, Vipin Varghese
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(-)
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`.
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide
2019-05-06 4:21 [dpdk-dev] [PATCH] doc: remove redudant information from guide Vipin Varghese
2019-05-06 4:21 ` Vipin Varghese
@ 2019-05-06 9:00 ` Vipin Varghese
2019-05-06 9:00 ` Vipin Varghese
2019-05-09 15:21 ` Mcnamara, John
1 sibling, 2 replies; 8+ messages in thread
From: Vipin Varghese @ 2019-05-06 9:00 UTC (permalink / raw)
To: dev, marko.kovacevic, john.mcnamara; +Cc: sanjay.padubidri, Vipin Varghese
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(-)
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`.
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide
2019-05-06 9:00 ` [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide Vipin Varghese
@ 2019-05-06 9:00 ` Vipin Varghese
2019-05-09 15:21 ` Mcnamara, John
1 sibling, 0 replies; 8+ messages in thread
From: Vipin Varghese @ 2019-05-06 9:00 UTC (permalink / raw)
To: dev, marko.kovacevic, john.mcnamara; +Cc: sanjay.padubidri, Vipin Varghese
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(-)
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`.
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide
2019-05-06 9:00 ` [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide Vipin Varghese
2019-05-06 9:00 ` Vipin Varghese
@ 2019-05-09 15:21 ` Mcnamara, John
2019-05-09 15:21 ` Mcnamara, John
2019-05-09 22:34 ` Thomas Monjalon
1 sibling, 2 replies; 8+ messages in thread
From: Mcnamara, John @ 2019-05-09 15:21 UTC (permalink / raw)
To: Varghese, Vipin, dev, Kovacevic, Marko; +Cc: Padubidri, Sanjay A
> -----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>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide
2019-05-09 15:21 ` Mcnamara, John
@ 2019-05-09 15:21 ` Mcnamara, John
2019-05-09 22:34 ` Thomas Monjalon
1 sibling, 0 replies; 8+ messages in thread
From: Mcnamara, John @ 2019-05-09 15:21 UTC (permalink / raw)
To: Varghese, Vipin, dev, Kovacevic, Marko; +Cc: Padubidri, Sanjay A
> -----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>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide
2019-05-09 15:21 ` Mcnamara, John
2019-05-09 15:21 ` Mcnamara, John
@ 2019-05-09 22:34 ` Thomas Monjalon
2019-05-09 22:34 ` Thomas Monjalon
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2019-05-09 22:34 UTC (permalink / raw)
To: Varghese, Vipin
Cc: dev, Mcnamara, John, Kovacevic, Marko, Padubidri, Sanjay A
> > 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide
2019-05-09 22:34 ` Thomas Monjalon
@ 2019-05-09 22:34 ` Thomas Monjalon
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2019-05-09 22:34 UTC (permalink / raw)
To: Varghese, Vipin
Cc: dev, Mcnamara, John, Kovacevic, Marko, Padubidri, Sanjay A
> > 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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-05-09 22:34 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-06 4:21 [dpdk-dev] [PATCH] doc: remove redudant information from guide Vipin Varghese
2019-05-06 4:21 ` Vipin Varghese
2019-05-06 9:00 ` [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide Vipin Varghese
2019-05-06 9:00 ` Vipin Varghese
2019-05-09 15:21 ` Mcnamara, John
2019-05-09 15:21 ` Mcnamara, John
2019-05-09 22:34 ` Thomas Monjalon
2019-05-09 22:34 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).