[dpdk-dev] [PATCH] doc/sample_app_ug:add a VXLAN sample guide

2015-07-02 Thread Liu, Jijiang


> -Original Message-
> From: Liu, Yong
> Sent: Thursday, July 2, 2015 11:47 AM
> To: Liu, Jijiang; dev at dpdk.org
> Subject: RE: [dpdk-dev] [PATCH] doc/sample_app_ug:add a VXLAN sample guide
> 
> Hi Jijiang,
> After build out dpdk doc, vxlan sample section not included in the contents of
> "Sample Applications User Guide".
> And in chapter "Running the Sample Code", vhost cuse command look like no
> difference from vhost use command.
> We may need to inform user that the difference between cuse and vhost is
> about qemu command line.
> 

Thanks, will fix it in next version.


[dpdk-dev] [PATCH] doc/sample_app_ug:add a VXLAN sample guide

2015-07-02 Thread Liu, Yong
Hi Jijiang,
After build out dpdk doc, vxlan sample section not included in the contents of 
"Sample Applications User Guide".
And in chapter "Running the Sample Code", vhost cuse command look like no 
difference from vhost use command.
We may need to inform user that the difference between cuse and vhost is about 
qemu command line. 

> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jijiang Liu
> Sent: Thursday, June 25, 2015 11:09 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] doc/sample_app_ug:add a VXLAN sample guide
> 
> Add a VXLAN sample guide in the sample_app_ug directory.
> 
> It includes:
> 
> - Add the overlay networking picture with svg format.
> 
> - Add the TEP termination framework picture with svg format.
> 
> - Add the tep_termination.rst file
> 
> - Change the index.rst file for the above pictures index.
> 
> Signed-off-by: Jijiang Liu 
> Signed-off-by: Thomas Long 
> 
> ---
>  .../sample_app_ug/img/overlay_networking.svg   |  820
> 
>  .../sample_app_ug/img/tep_termination_arch.svg |  551 +
>  doc/guides/sample_app_ug/index.rst |2 +
>  doc/guides/sample_app_ug/tep_termination.rst   |  319 
>  4 files changed, 1692 insertions(+), 0 deletions(-)
>  create mode 100644 doc/guides/sample_app_ug/img/overlay_networking.svg
>  create mode 100644 doc/guides/sample_app_ug/img/tep_termination_arch.svg
>  create mode 100644 doc/guides/sample_app_ug/tep_termination.rst
> 
> diff --git a/doc/guides/sample_app_ug/img/overlay_networking.svg
> b/doc/guides/sample_app_ug/img/overlay_networking.svg
> new file mode 100644
> index 000..e16b5ac
> --- /dev/null
> +++ b/doc/guides/sample_app_ug/img/overlay_networking.svg
> @@ -0,0 +1,820 @@
> +
> + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd;>
> +
> +http://www.w3.org/2000/svg;
> xmlns:xlink="http://www.w3.org/1999/xlink;
> xmlns:ev="http://www.w3.org/2001/xml-events;
> +
>   xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/;
> width="8.5in" height="11in" viewBox="0 0 612 792"
> + xml:space="preserve" color-interpolation-filters="sRGB"
> class="st31">
> + 
> + 
> +  v:val="VT4(Rectangle)"/>
> + 
> + 
> + 
> + 
> +
> + 
> + <![CDATA[
> + .st1 {visibility:visible}
> + .st2 {fill:#b2b2b2;fill-opacity:0.5;stroke:#b2b2b2;stroke-
> linecap:round;stroke-linejoin:round;stroke-opacity:0.5}
> + .st3 {fill:#d8d8d8;fill-opacity:0.7;stroke:#404040;stroke-
> linecap:round;stroke-linejoin:round;stroke-width:0.25}
> + .st4 {fill:#00;font-family:Calibri;font-size:1.1em}
> + .st5 {fill:#cdcdcd;fill-opacity:0.5;stroke:#cdcdcd;stroke-
> linecap:round;stroke-linejoin:round;stroke-opacity:0.5}
> + .st6 {fill:#6b9bc7;stroke:#404040;stroke-linecap:round;stroke-
> linejoin:round;stroke-width:0.25}
> + .st7 {fill:#00;font-family:Calibri;font-size:0.86em}
> + .st8 {fill:#f6d5b9;stroke:#404040;stroke-linecap:round;stroke-
> linejoin:round;stroke-width:0.25}
> + .st9 {fill:#00;font-family:Calibri;font-size:0.75em}
> + .st10 {fill:url(#grad0-21);stroke:#404040;stroke-
> linecap:round;stroke-linejoin:round;stroke-width:0.25}
> + .st11 {fill:#00;font-family:Calibri;font-size:1.1em}
> + .st12 {fill:#00b0f0;fill-opacity:0.8;stroke:#404040;stroke-
> linecap:round;stroke-linejoin:round;stroke-width:0.25}
> + .st13 {fill:#00b0f0;stroke:#404040;stroke-
> linecap:round;stroke-linejoin:round;stroke-width:0.25}
> + .st14 {fill:#7030a0;fill-opacity:0.6;stroke:#404040;stroke-
> linecap:round;stroke-linejoin:round;stroke-width:0.25}
> + .st15 {fill:url(#grad0-121)}
> + .st16 {stroke:#0070c0;stroke-linecap:round;stroke-
> linejoin:round;stroke-width:1}
> + .st17 {fill:url(#grad0-128)}
> + .st18 {stroke:#d26d19;stroke-linecap:round;stroke-
> linejoin:round;stroke-width:1}
> + .st19 {stroke:#cdcdcd;stroke-linecap:round;stroke-
> linejoin:round;stroke-opacity:0.5;stroke-width:1.5}
> + .st20 {stroke:#d26d19;stroke-linecap:round;stroke-
> linejoin:round;stroke-width:1.5}
> + .st21 {stroke:#0070c0;stroke-linecap:round;stroke-
> linejoin:round;stroke-width:1.5}
> + .st22 {stroke:#7030a0;stroke-linecap:round;stroke-
> linejoin:round;stroke-width:1.

[dpdk-dev] [PATCH] doc/sample_app_ug:add a VXLAN sample guide

2015-06-25 Thread Jijiang Liu
Add a VXLAN sample guide in the sample_app_ug directory.

It includes:

- Add the overlay networking picture with svg format.

- Add the TEP termination framework picture with svg format.

- Add the tep_termination.rst file

- Change the index.rst file for the above pictures index.

Signed-off-by: Jijiang Liu 
Signed-off-by: Thomas Long 

---
 .../sample_app_ug/img/overlay_networking.svg   |  820 
 .../sample_app_ug/img/tep_termination_arch.svg |  551 +
 doc/guides/sample_app_ug/index.rst |2 +
 doc/guides/sample_app_ug/tep_termination.rst   |  319 
 4 files changed, 1692 insertions(+), 0 deletions(-)
 create mode 100644 doc/guides/sample_app_ug/img/overlay_networking.svg
 create mode 100644 doc/guides/sample_app_ug/img/tep_termination_arch.svg
 create mode 100644 doc/guides/sample_app_ug/tep_termination.rst

diff --git a/doc/guides/sample_app_ug/img/overlay_networking.svg 
b/doc/guides/sample_app_ug/img/overlay_networking.svg
new file mode 100644
index 000..e16b5ac
--- /dev/null
+++ b/doc/guides/sample_app_ug/img/overlay_networking.svg
@@ -0,0 +1,820 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd;>
+
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:ev="http://www.w3.org/2001/xml-events;
+   
xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/; width="8.5in" 
height="11in" viewBox="0 0 612 792"
+   xml:space="preserve" color-interpolation-filters="sRGB" 
class="st31">
+   
+   
+   
+   
+   
+   
+   
+
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   

[dpdk-dev] [PATCH] doc/sample_app_ug:add a VXLAN sample guide

2015-06-23 Thread Jijiang Liu
Add a VXLAN sample guide in the sample_app_ug directory.

It includes:

   - overlay_networking picture with png format.

   - TEP termination framework picture with png format.

   - VXLAN sample guide description with rst format.

Signed-off-by: Jijiang Liu 
---
 .../sample_app_ug/img/overlay_networking.png   |  Bin 0 -> 145926 bytes
 .../sample_app_ug/img/tep_termination_arch.png |  Bin 0 -> 36270 bytes
 doc/guides/sample_app_ug/tep_termination.rst   |  319 
 3 files changed, 319 insertions(+), 0 deletions(-)
 create mode 100644 doc/guides/sample_app_ug/img/overlay_networking.png
 create mode 100644 doc/guides/sample_app_ug/img/tep_termination_arch.png
 create mode 100644 doc/guides/sample_app_ug/tep_termination.rst

diff --git a/doc/guides/sample_app_ug/img/overlay_networking.png 
b/doc/guides/sample_app_ug/img/overlay_networking.png
new file mode 100644
index 
..554eecd3e3000a4ae602bc700cdb373d6ec3a565
GIT binary patch
literal 145926
zcmV)HK)t_-P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D|D{PpK~#8N?EPu5
zB}sN3h=seydiVSGeDCGHRAyDy(pBAEy`a%R1K^+mZXyQUNl?S#NcthlWG0hLrV$#_
zPnk55QD!t!A~jsZWjGwd00JQPh1~#pt?Jsh-1Ftz- at AM4?xFAVxS5sJ)s3OZ?wP7)
z`imFW!^4;3?}dj)#YbsH)2OcW{U%#5{8C!MVQmKd$@0687D4 at 2}eTUmYL0|JdBa
z%#8EH?EOc=R%8@)Fq(UalL#R5|f1j%}dvBRGL*!$OV>2abbaV17wFpB*
z2JzxU;Vp#-5_b!2aI3PpBe#b#;}vp1kW
zs-!D~he8Z8m2(Q`uJ+r!=7j$Dy1L{#a_xCfj^BItEd-+9O
z6&{Z8ZDT%i-yiPb!-F_^`ALCC}5wdaAeA+?7m0w6qMUVY%8kig4y
zGCi8aM}?CR3Fn#MAMt9{w2q7b>p>P$Zs6HC1NkxnV0>ZZ-R!@PMdD%z`Q at WbL#0
z{kv=?{Cp|J?f-{^2S=e9Jn at fMrs+6)!veEA0ouk2atVgArBCS9y
zz at 0q-`z$b85Al-lNkBz5jxtbKnKN`%sYDq1y_KcS6W!B+Xd(?Fa9V(c* at T=J
z9(FeJ-1ER$#I0*m-+zC)+SN(F+pccMn%dg`08{F4oa;-*{;;_R^gryecjlh=*X}{g
zNACN{J?K_ii51b9JJvagHIK at d25JpN}
zn)D=sAR4}Q92q33wW#~)KQ`RsrJufS%_z1
z1|p|-?>uOl+VgOu{JXe1?SmZPv_|XDUo#dwIHM`y%CfXkEE)D(C;ULUhY7R9l73W5
zS%*qJ90BM067GTLk^BC04>Rh+U0-)P}nZfKTA5L+bOx2|qaQ0b%ge{+evpb#eJE
zO#Z;tG3#6Jbyn-NSjb6DBMjsP>Y!Wf4^Ga4uq=!4IG6YrtgGJc74UzKQ46Xfc
zi{^g`z@>UBbOpe5R8^@wD;J|v=hr{dZ7v%Fi=MdwSrHqiJ8}72h_((PR>QR at c)vJ{
zg!c=>$^6RrY>gj8nV>R5j>xTa^
z-2?g`cxq}P65y)9I?p=5DDI--4 at a*3I5V$D?)%F<%p2(U8ehN|;O&~dan7;~9`eC`