[dpdk-dev] [PATCH v1] doc: update ip pipeline and qos scheduler app
Savinay Dharmappa
savinay.dharmappa at intel.com
Wed Oct 21 09:06:35 CEST 2020
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 at 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(-)
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
--
2.17.1
More information about the dev
mailing list