[v1] doc: update ip pipeline and qos scheduler app

Message ID 20201021070635.19441-1-savinay.dharmappa@intel.com (mailing list archive)
State Changes Requested, archived
Delegated to: David Marchand
Headers
Series [v1] doc: update ip pipeline and qos scheduler app |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Savinay Dharmappa Oct. 21, 2020, 7:06 a.m. UTC
  update the user guide of sample application ip pipeline
and qos_scheduler to reflect the changes in command
line arguments and profile config file.

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
---
 doc/guides/sample_app_ug/ip_pipeline.rst   | 6 +-----
 doc/guides/sample_app_ug/qos_scheduler.rst | 4 ++++
 2 files changed, 5 insertions(+), 5 deletions(-)
  

Comments

Cristian Dumitrescu Oct. 21, 2020, 10:09 a.m. UTC | #1
> -----Original Message-----
> From: Dharmappa, Savinay <savinay.dharmappa@intel.com>
> Sent: Wednesday, October 21, 2020 8:07 AM
> To: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>; Singh, Jasvinder
> <jasvinder.singh@intel.com>; dev@dpdk.org
> Cc: Dharmappa, Savinay <savinay.dharmappa@intel.com>
> Subject: [PATCH v1] doc: update ip pipeline and qos scheduler app
> 
> update the user guide of sample application ip pipeline
> and qos_scheduler to reflect the changes in command
> line arguments and profile config file.
> 
> Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
> ---

Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
  

Patch

diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst b/doc/guides/sample_app_ug/ip_pipeline.rst
index 56014be174..602e205872 100644
--- a/doc/guides/sample_app_ug/ip_pipeline.rst
+++ b/doc/guides/sample_app_ug/ip_pipeline.rst
@@ -253,11 +253,6 @@  Traffic manager
    <tc5_rate> <tc6_rate> <tc7_rate> <tc8_rate>
    <tc9_rate> <tc10_rate> <tc11_rate> <tc12_rate>
    <tc_period>
-   pps <n_pipes_per_subport>
-   qsize <qsize_tc0> <qsize_tc1> <qsize_tc2>
-   <qsize_tc3> <qsize_tc4> <qsize_tc5> <qsize_tc6>
-   <qsize_tc7> <qsize_tc8> <qsize_tc9> <qsize_tc10>
-   <qsize_tc11> <qsize_tc12>
 
  Add traffic manager pipe profile ::
 
@@ -275,6 +270,7 @@  Traffic manager
   tmgr <tmgr_name>
    rate <rate>
    spp <n_subports_per_port>
+   pps <n_pipes_per_subport>
    fo <frame_overhead>
    mtu <mtu>
    cpu <cpu_id>
diff --git a/doc/guides/sample_app_ug/qos_scheduler.rst b/doc/guides/sample_app_ug/qos_scheduler.rst
index b5010657a7..ba6de80a62 100644
--- a/doc/guides/sample_app_ug/qos_scheduler.rst
+++ b/doc/guides/sample_app_ug/qos_scheduler.rst
@@ -135,6 +135,10 @@  The profile file has the following format:
     [subport 0]
     number of pipes per subport = 4096
     queue sizes = 64 64 64 64 64 64 64 64 64 64 64 64 64
+
+    subport 0-8 = 0     ; These subports are configured with subport profile 0
+
+    [subport profile 0]
     tb rate = 1250000000; Bytes per second
     tb size = 1000000; Bytes
     tc 0 rate = 1250000000;     Bytes per second