update the user guide of ip pipeline sample application to reflect the changes in command line arguments.
Fixes: 54a298e5f7f4 ("examples/ip_pipeline: update subport rate dynamically") Signed-off-by: Savinay Dharmappa <savinay.dharma...@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> --- v2: patch has only ip pipeline doc changes --- doc/guides/sample_app_ug/ip_pipeline.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst b/doc/guides/sample_app_ug/ip_pipeline.rst index 16ccf14c92..b521d3b8be 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> -- 2.17.1