[dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide

2015-08-11 Thread Thomas Monjalon
> > From: "Dumitrescu, Cristian" 
> > 
> > Added more extensive documentation for ip_pipeline application.
> > 
> > Signed-off-by: Cristian Dumitrescu 
> > Acked-by: Jasvinder Singh 
> > Acked-by: Piotr Azarewicz 
> > Acked-by: John McNamara 
> > ---
> 
> Acked-by: Cristian Dumitrescu 

This patch is moving doc for examples/ip_pipeline/ from
doc/guides/sample_app_ug/ to a standalone doc.
The only app having a standalone doc is testpmd.

So this patch is applied after moving it back to doc/guides/sample_app_ug/.
Thanks



[dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide

2015-08-11 Thread Dumitrescu, Cristian


> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Tuesday, August 11, 2015 9:37 PM
> To: Dumitrescu, Cristian
> Cc: dev at dpdk.org; Mcnamara, John
> Subject: Re: [dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide
> 
> > > From: "Dumitrescu, Cristian" 
> > >
> > > Added more extensive documentation for ip_pipeline application.
> > >
> > > Signed-off-by: Cristian Dumitrescu 
> > > Acked-by: Jasvinder Singh 
> > > Acked-by: Piotr Azarewicz 
> > > Acked-by: John McNamara 
> > > ---
> >
> > Acked-by: Cristian Dumitrescu 
> 
> This patch is moving doc for examples/ip_pipeline/ from
> doc/guides/sample_app_ug/ to a standalone doc.
> The only app having a standalone doc is testpmd.
> 
> So this patch is applied after moving it back to doc/guides/sample_app_ug/.
> Thanks

Hi Thomas,

The intention was to have this as a separate document, since this application 
is fairly complex at this point and it is essentially used as an application 
generator and tester for more APIs and setups than available through the other 
example apps (similar to testpmd).

But if you decide to put it back to the sample apps guide, I am fine with it.

Thanks!

Regards,
Cristian



[dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide

2015-08-11 Thread John McNamara
From: "Dumitrescu, Cristian" 

Added more extensive documentation for ip_pipeline application.

Signed-off-by: Cristian Dumitrescu 
Acked-by: Jasvinder Singh 
Acked-by: Piotr Azarewicz 
Acked-by: John McNamara 
---
 doc/guides/index.rst   |1 +
 doc/guides/ip_pipeline_ug/img/ip_pipelines_1.svg   |  738 +
 doc/guides/ip_pipeline_ug/img/ip_pipelines_2.svg   |  997 +
 doc/guides/ip_pipeline_ug/img/ip_pipelines_3.svg   |  826 ++
 doc/guides/ip_pipeline_ug/index.rst|   38 +
 doc/guides/ip_pipeline_ug/ip_pipeline_app.rst  | 1129 
 doc/guides/sample_app_ug/index.rst |1 -
 .../sample_app_ug/internet_proto_ip_pipeline.rst   |  135 ---
 8 files changed, 3729 insertions(+), 136 deletions(-)
 create mode 100644 doc/guides/ip_pipeline_ug/img/ip_pipelines_1.svg
 create mode 100644 doc/guides/ip_pipeline_ug/img/ip_pipelines_2.svg
 create mode 100644 doc/guides/ip_pipeline_ug/img/ip_pipelines_3.svg
 create mode 100644 doc/guides/ip_pipeline_ug/index.rst
 create mode 100644 doc/guides/ip_pipeline_ug/ip_pipeline_app.rst
 delete mode 100644 doc/guides/sample_app_ug/internet_proto_ip_pipeline.rst

diff --git a/doc/guides/index.rst b/doc/guides/index.rst
index 439c7e3..a916856 100644
--- a/doc/guides/index.rst
+++ b/doc/guides/index.rst
@@ -44,6 +44,7 @@ Contents:
nics/index
sample_app_ug/index
testpmd_app_ug/index
+   ip_pipeline_ug/index
faq/index
rel_notes/index
contributing/index
diff --git a/doc/guides/ip_pipeline_ug/img/ip_pipelines_1.svg 
b/doc/guides/ip_pipeline_ug/img/ip_pipelines_1.svg
new file mode 100644
index 000..a114ed8
--- /dev/null
+++ b/doc/guides/ip_pipeline_ug/img/ip_pipelines_1.svg
@@ -0,0 +1,738 @@
+
+
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   width="638.18219"
+   height="273.16391"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="ipPipelines_1_update.svg">
+  
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+  
+  
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage; />
+
+  
+
+  
+  
+ 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+  
+
+CPU
 Core 1
+CPU
 Core 2
+CPU Core 3
+
+P1
+P2
+P3
+CPU
 Core 1
+P1
+P2
+P3
+  
+
diff --git a/doc/guides/ip_pipeline_ug/img/ip_pipelines_2.svg 
b/doc/guides/ip_pipeline_ug/img/ip_pipelines_2.svg
new file mode 100644
index 000..5252b17
--- /dev/null
+++ b/doc/guides/ip_pipeline_ug/img/ip_pipelines_2.svg
@@ -0,0 +1,997 @@
+
+
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   width="520.43439"
+   height="438.61716"
+   id="svg5382"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="ipPipelines_2_update.svg">
+  
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+
+  
+
+  
+  
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage; />
+
+  
+
+  
+  
+ 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

[dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide

2015-08-11 Thread Dumitrescu, Cristian


> -Original Message-
> From: Mcnamara, John
> Sent: Tuesday, August 11, 2015 5:47 PM
> To: dev at dpdk.org
> Cc: Dumitrescu, Cristian
> Subject: [PATCH v2] doc: ip_pipeline app user guide
> 
> From: "Dumitrescu, Cristian" 
> 
> Added more extensive documentation for ip_pipeline application.
> 
> Signed-off-by: Cristian Dumitrescu 
> Acked-by: Jasvinder Singh 
> Acked-by: Piotr Azarewicz 
> Acked-by: John McNamara 
> ---

Acked-by: Cristian Dumitrescu 

Thanks, John!