[ovs-dev] Clustering OVS for high availibility

2016-10-08 Thread Subrata Paul
Hi, Does OVS support clustering for high availibility? Assume a system running ovs goes down due to some hardware issue and a backup system running ovs comes up with same configurations to keep the network alive. Is this feature available in ovs? Thanks and regards, Subrata Paul ___

[ovs-dev] [PATCH 3/9] doc: Convert INSTALL.DPDK to rST

2016-10-08 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- FAQ.md | 6 +- INSTALL.DPDK-ADVANCED.md| 8 +- INSTALL.DPDK.md | 625 INSTALL.DPDK.rst| 599 ++ INSTALL.rst

[ovs-dev] [PATCH 6/9] doc: Convert INSTALL.Windows to rST

2016-10-08 Thread Stephen Finucane
This has been extensively reworked such that the format of the document matches that of INSTALL.rst. The sum of the content remains the same, however. Signed-off-by: Stephen Finucane --- INSTALL.Windows.md | 527 INSTALL.Windows.rst | 621 +++

[ovs-dev] [PATCH 5/9] doc: Convert INSTALL.Docker to rST

2016-10-08 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- INSTALL.Docker.md| 298 --- INSTALL.Docker.rst | 320 +++ Makefile.am | 2 +- README.md| 4 +- tutorial/OVN-Tutorial.md | 2 +-

[ovs-dev] [PATCH 7/9] doc: Convert INSTALL.userspace to rST

2016-10-08 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- INSTALL.DPDK-ADVANCED.md | 2 +- INSTALL.NetBSD.md| 4 +- INSTALL.rst | 3 +- INSTALL.userspace.md | 86 INSTALL.userspace.rst| 101 +++ Mak

[ovs-dev] [PATCH 9/9] doc: Convert INSTALL.KVM to rST

2016-10-08 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- INSTALL.KVM.md | 87 -- INSTALL.KVM.rst | 99 + Makefile.am | 2 +- README.md | 4 +-- 4 files changed, 102 insertions(+), 90 deletions(-) dele

[ovs-dev] [PATCH 2/9] doc: Convert INSTALL to rST

2016-10-08 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- CONTRIBUTING.md | 6 +- FAQ.md | 10 +- INSTALL.DPDK-ADVANCED.md | 2 +- INSTALL.DPDK.md | 6 +- INSTALL.Debian.md| 4 +- INSTALL.Docker.md| 6 +- INSTALL.Fedora.md| 6 +- INSTALL.KVM.md

[ovs-dev] [PATCH 8/9] doc: Convert INSTALL.XenServer to rST

2016-10-08 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- INSTALL.XenServer.rst | 224 ++ INSTALL.rst | 2 +- Makefile.am | 2 +- README.md | 4 +- 4 files changed, 228 insertions(+), 4 deletions(-) create mode 100644 INSTALL.XenSer

[ovs-dev] [PATCH 1/9] dist-docs: Add support for rST

2016-10-08 Thread Stephen Finucane
This will eventually go away once Sphinx starts doing all this work for us. For now, however, let's make sure we don't break the OVS website. This introduces a new dependency for the dist-docs script - 'rst2html'. This tool is packaged on Ubuntu, Fedora (via 'python-docutils'), etc. and can be ins

[ovs-dev] [PATCH 4/9] doc: Convert INSTALL.Debian to rST

2016-10-08 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- INSTALL.Debian.md | 101 - INSTALL.Debian.rst | 117 INSTALL.rst | 2 +- Makefile.am | 2 +- README.md | 4 +- vtep/R

[ovs-dev] [PATCH 0/9 md->rst] Convert most INSTALL guides

2016-10-08 Thread Stephen Finucane
I'm going to dripfeed the conversion patches to avoid overloading peoples (there are ~25 of them so far). This is the first batch. Stephen Finucane (9): dist-docs: Add support for rST doc: Convert INSTALL to rST doc: Convert INSTALL.DPDK to rST doc: Convert INSTALL.Debian to rST doc: Con

[ovs-dev] [PATCH 2/2] docs: Add writing guide

2016-10-08 Thread Stephen Finucane
Help documentation authors avoid common pitfalls. Signed-off-by: Stephen Finucane --- I imagine this could be contentious, which is why I included it separately :) --- DocumentationStyle.rst | 92 +++--- 1 file changed, 80 insertions(+), 12 deletions(-

[ovs-dev] [PATCH 1/2] docs: Add documentation style guide

2016-10-08 Thread Stephen Finucane
We have one for coding and could do with one for docs. Signed-off-by: Stephen Finucane --- DocumentationStyle.rst | 274 + 1 file changed, 274 insertions(+) create mode 100644 DocumentationStyle.rst diff --git a/DocumentationStyle.rst b/Documenta

[ovs-dev] API FLOW

2016-10-08 Thread Naveen M
Hi, currently i'm working on openvswitch 2.5.1 . I'm newbie on this. If its possible can you please share the API flow of : - Flow add - Flow delete - Handle Missed flow entry from open flow controller - Fast path and slow path handle flow. If its possible, it will easy for us. Tha

[ovs-dev] [PATCH v2] vagrant: cleanup before building

2016-10-08 Thread Thadeu Lima de Souza Cascardo
Clean the source directory before building, otherwise, build might fail if it has been configured already. Only do it if there is a Makefile present, as suggested by Ben Pfaff. Signed-off-by: Thadeu Lima de Souza Cascardo Cc: Ben Pfaff --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) dif