Re: [PATCH] doc: update pipeline example path in the user guide

2023-03-28 Thread Thomas Monjalon
28/11/2022 00:03, Harshad Narayane: > Updated the pipeline example path in the Sample Application User Guide. > > Signed-off-by: Harshad Narayane > Signed-off-by: Kamalakannan R > Acked-by: Cristian Dumitrescu > --- > -$ .//examples/dpdk-pipeline -c 0x3 -- -s examples/vxlan.cli > +$ .//

[PATCH] doc: update pipeline example path in the user guide

2022-11-27 Thread Harshad Narayane
Updated the pipeline example path in the Sample Application User Guide. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu --- doc/guides/sample_app_ug/pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_ap