]> git.proxmox.com Git - mirror_ovs.git/commitdiff
doc: Convert WHY-OVS to rST
authorStephen Finucane <stephen@that.guru>
Tue, 18 Oct 2016 20:03:37 +0000 (21:03 +0100)
committerRussell Bryant <russell@ovn.org>
Wed, 26 Oct 2016 11:31:36 +0000 (13:31 +0200)
Signed-off-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Russell Bryant <russell@ovn.org>
FAQ.md
Makefile.am
WHY-OVS.md [deleted file]
WHY-OVS.rst [new file with mode: 0644]
rhel/openvswitch-fedora.spec.in
rhel/openvswitch.spec.in
tests/run-oftest
tests/run-ryu
tutorial/ovs-sandbox
utilities/ovs-dev.py
utilities/ovs-sim.in

diff --git a/FAQ.md b/FAQ.md
index 9ab52105e4cd4159693f773aae5dbe6bc31ed981..420e40ee51daf72e83c855a086115631bfb718c1 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -83,7 +83,7 @@ A: The [PORTING.rst] document describes how one would go about
 A: Open vSwitch is specially designed to make it easier to manage VM
    network configuration and monitor state spread across many physical
    hosts in dynamic virtualized environments.  Please see
-   [WHY-OVS.md] for a more detailed description of how Open vSwitch
+   [WHY-OVS.rst] for a more detailed description of how Open vSwitch
    relates to the Linux Bridge.
 
 ### Q: How is Open vSwitch related to distributed virtual switches like the VMware vNetwork distributed switch or the Cisco Nexus 1000V?
@@ -2150,7 +2150,7 @@ bugs@openvswitch.org
 http://openvswitch.org/
 
 [PORTING.rst]:PORTING.rst
-[WHY-OVS.md]:WHY-OVS.md
+[WHY-OVS.rst]:WHY-OVS.rst
 [INSTALL.rst]:INSTALL.rst
 [OPENFLOW-1.1+.md]:OPENFLOW-1.1+.md
 [INSTALL.DPDK.rst]:INSTALL.DPDK.rst
index fd17207e117a42938cd1440032ad7f9fb00ee69c..daa96369acc1dbfa4720f3d29ac11d42dbdc7760 100644 (file)
@@ -95,7 +95,7 @@ docs = \
        README-native-tunneling.md \
        REPORTING-BUGS.rst \
        SECURITY.md \
-       WHY-OVS.md
+       WHY-OVS.rst
 EXTRA_DIST = \
        $(docs) \
        NOTICE \
diff --git a/WHY-OVS.md b/WHY-OVS.md
deleted file mode 100644 (file)
index d31e69e..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-Why Open vSwitch?
-=================
-
-Hypervisors need the ability to bridge traffic between VMs and with the
-outside world.  On Linux-based hypervisors, this used to mean using the
-built-in L2 switch (the Linux bridge), which is fast and reliable.  So,
-it is reasonable to ask why Open vSwitch is used.
-
-The answer is that Open vSwitch is targeted at multi-server
-virtualization deployments, a landscape for which the previous stack is
-not well suited.  These environments are often characterized by highly
-dynamic end-points, the maintenance of logical abstractions, and
-(sometimes) integration with or offloading to special purpose switching
-hardware.
-
-The following characteristics and design considerations help Open
-vSwitch cope with the above requirements.
-
-* The mobility of state: All network state associated with a network
-  entity (say a virtual machine) should be easily identifiable and
-  migratable between different hosts.  This may include traditional
-  "soft state" (such as an entry in an L2 learning table), L3 forwarding
-  state, policy routing state, ACLs, QoS policy, monitoring
-  configuration (e.g. NetFlow, IPFIX, sFlow), etc.
-
-  Open vSwitch has support for both configuring and migrating both slow
-  (configuration) and fast network state between instances.  For
-  example, if a VM migrates between end-hosts, it is possible to not
-  only migrate associated configuration (SPAN rules, ACLs, QoS) but any
-  live network state (including, for example, existing state which
-  may be difficult to reconstruct).  Further, Open vSwitch state is
-  typed and backed by a real data-model allowing for the development of
-  structured automation systems.
-
-* Responding to network dynamics: Virtual environments are often
-  characterized by high-rates of change.  VMs coming and going, VMs
-  moving backwards and forwards in time, changes to the logical network
-  environments, and so forth.
-
-  Open vSwitch supports a number of features that allow a network
-  control system to respond and adapt as the environment changes.
-  This includes simple accounting and visibility support such as
-  NetFlow, IPFIX, and sFlow.  But perhaps more useful, Open vSwitch
-  supports a network state database (OVSDB) that supports remote
-  triggers.  Therefore, a piece of orchestration software can "watch"
-  various aspects of the network and respond if/when they change.
-  This is used heavily today, for example, to respond to and track VM
-  migrations.
-
-  Open vSwitch also supports OpenFlow as a method of exporting remote
-  access to control traffic.  There are a number of uses for this
-  including global network discovery through inspection of discovery
-  or link-state traffic (e.g. LLDP, CDP, OSPF, etc.).
-
-* Maintenance of logical tags: Distributed virtual switches (such as
-  VMware vDS and Cisco's Nexus 1000V) often maintain logical context
-  within the network through appending or manipulating tags in network
-  packets.  This can be used to uniquely identify a VM (in a manner
-  resistant to hardware spoofing), or to hold some other context that
-  is only relevant in the logical domain.  Much of the problem of
-  building a distributed virtual switch is to efficiently and correctly
-  manage these tags.
-
-  Open vSwitch includes multiple methods for specifying and maintaining
-  tagging rules, all of which are accessible to a remote process for
-  orchestration.  Further, in many cases these tagging rules are stored
-  in an optimized form so they don't have to be coupled with a
-  heavyweight network device.  This allows, for example, thousands of
-  tagging or address remapping rules to be configured, changed, and
-  migrated.
-
-  In a similar vein, Open vSwitch supports a GRE implementation that can
-  handle thousands of simultaneous GRE tunnels and supports remote
-  configuration for tunnel creation, configuration, and tear-down.
-  This, for example, can be used to connect private VM networks in
-  different data centers.
-
-* Hardware integration: Open vSwitch's forwarding path (the in-kernel
-  datapath) is designed to be amenable to "offloading" packet processing
-  to hardware chipsets, whether housed in a classic hardware switch
-  chassis or in an end-host NIC.  This allows for the Open vSwitch
-  control path to be able to both control a pure software
-  implementation or a hardware switch.
-
-  There are many ongoing efforts to port Open vSwitch to hardware
-  chipsets.  These include multiple merchant silicon chipsets (Broadcom
-  and Marvell), as well as a number of vendor-specific platforms.  (The
-  PORTING file discusses how one would go about making such a port.)
-
-  The advantage of hardware integration is not only performance within
-  virtualized environments.  If physical switches also expose the Open
-  vSwitch control abstractions, both bare-metal and virtualized hosting
-  environments can be managed using the same mechanism for automated
-  network control.
-
-In many ways, Open vSwitch targets a different point in the design space
-than previous hypervisor networking stacks, focusing on the need for
-automated and dynamic network control in large-scale Linux-based
-virtualization environments.
-
-The goal with Open vSwitch is to keep the in-kernel code as small as
-possible (as is necessary for performance) and to re-use existing
-subsystems when applicable (for example Open vSwitch uses the existing
-QoS stack).  As of Linux 3.3, Open vSwitch is included as a part of the
-kernel and packaging for the userspace utilities are available on most
-popular distributions.
diff --git a/WHY-OVS.rst b/WHY-OVS.rst
new file mode 100644 (file)
index 0000000..5cfd721
--- /dev/null
@@ -0,0 +1,131 @@
+..
+      Licensed under the Apache License, Version 2.0 (the "License"); you may
+      not use this file except in compliance with the License. You may obtain
+      a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+      License for the specific language governing permissions and limitations
+      under the License.
+
+      Convention for heading levels in Open vSwitch documentation:
+
+      =======  Heading 0 (reserved for the title in a document)
+      -------  Heading 1
+      ~~~~~~~  Heading 2
+      +++++++  Heading 3
+      '''''''  Heading 4
+
+      Avoid deeper levels because they do not render well.
+
+=================
+Why Open vSwitch?
+=================
+
+Hypervisors need the ability to bridge traffic between VMs and with the outside
+world. On Linux-based hypervisors, this used to mean using the built-in L2
+switch (the Linux bridge), which is fast and reliable. So, it is reasonable to
+ask why Open vSwitch is used.
+
+The answer is that Open vSwitch is targeted at multi-server virtualization
+deployments, a landscape for which the previous stack is not well suited. These
+environments are often characterized by highly dynamic end-points, the
+maintenance of logical abstractions, and (sometimes) integration with or
+offloading to special purpose switching hardware.
+
+The following characteristics and design considerations help Open vSwitch cope
+with the above requirements.
+
+The mobility of state
+---------------------
+
+All network state associated with a network entity (say a virtual machine)
+should be easily identifiable and migratable between different hosts. This may
+include traditional "soft state" (such as an entry in an L2 learning table), L3
+forwarding state, policy routing state, ACLs, QoS policy, monitoring
+configuration (e.g. NetFlow, IPFIX, sFlow), etc.
+
+Open vSwitch has support for both configuring and migrating both slow
+(configuration) and fast network state between instances. For example, if a VM
+migrates between end-hosts, it is possible to not only migrate associated
+configuration (SPAN rules, ACLs, QoS) but any live network state (including,
+for example, existing state which may be difficult to reconstruct). Further,
+Open vSwitch state is typed and backed by a real data-model allowing for the
+development of structured automation systems.
+
+Responding to network dynamics
+------------------------------
+
+Virtual environments are often characterized by high-rates of change. VMs
+coming and going, VMs moving backwards and forwards in time, changes to the
+logical network environments, and so forth.
+
+Open vSwitch supports a number of features that allow a network control system
+to respond and adapt as the environment changes. This includes simple
+accounting and visibility support such as NetFlow, IPFIX, and sFlow. But
+perhaps more useful, Open vSwitch supports a network state database (OVSDB)
+that supports remote triggers. Therefore, a piece of orchestration software can
+"watch" various aspects of the network and respond if/when they change. This is
+used heavily today, for example, to respond to and track VM migrations.
+
+Open vSwitch also supports OpenFlow as a method of exporting remote access to
+control traffic. There are a number of uses for this including global network
+discovery through inspection of discovery or link-state traffic (e.g. LLDP,
+CDP, OSPF, etc.).
+
+Maintenance of logical tags
+----------------------------
+
+Distributed virtual switches (such as VMware vDS and Cisco's Nexus 1000V) often
+maintain logical context within the network through appending or manipulating
+tags in network packets. This can be used to uniquely identify a VM (in a
+manner resistant to hardware spoofing), or to hold some other context that is
+only relevant in the logical domain. Much of the problem of building a
+distributed virtual switch is to efficiently and correctly manage these tags.
+
+Open vSwitch includes multiple methods for specifying and maintaining tagging
+rules, all of which are accessible to a remote process for orchestration.
+Further, in many cases these tagging rules are stored in an optimized form so
+they don't have to be coupled with a heavyweight network device. This allows,
+for example, thousands of tagging or address remapping rules to be configured,
+changed, and migrated.
+
+In a similar vein, Open vSwitch supports a GRE implementation that can handle
+thousands of simultaneous GRE tunnels and supports remote configuration for
+tunnel creation, configuration, and tear-down. This, for example, can be used
+to connect private VM networks in different data centers.
+
+Hardware integration
+--------------------
+
+Open vSwitch's forwarding path (the in-kernel datapath) is designed to be
+amenable to "offloading" packet processing to hardware chipsets, whether housed
+in a classic hardware switch chassis or in an end-host NIC. This allows for the
+Open vSwitch control path to be able to both control a pure software
+implementation or a hardware switch.
+
+There are many ongoing efforts to port Open vSwitch to hardware chipsets. These
+include multiple merchant silicon chipsets (Broadcom and Marvell), as well as a
+number of vendor-specific platforms. (The PORTING file discusses how one would
+go about making such a port.)
+
+The advantage of hardware integration is not only performance within
+virtualized environments. If physical switches also expose the Open vSwitch
+control abstractions, both bare-metal and virtualized hosting environments can
+be managed using the same mechanism for automated network control.
+
+Summary
+-------
+
+In many ways, Open vSwitch targets a different point in the design space than
+previous hypervisor networking stacks, focusing on the need for automated and
+dynamic network control in large-scale Linux-based virtualization environments.
+
+The goal with Open vSwitch is to keep the in-kernel code as small as possible
+(as is necessary for performance) and to re-use existing subsystems when
+applicable (for example Open vSwitch uses the existing QoS stack). As of Linux
+3.3, Open vSwitch is included as a part of the kernel and packaging for the
+userspace utilities are available on most popular distributions.
index 2c1da9f80dd054affdbf90ef5f1194f7018ac614..41ac128131d96fe9c38bab546fe711f10ef6fe2d 100644 (file)
@@ -474,7 +474,7 @@ fi
 %{_mandir}/man8/ovs-vswitchd.8*
 %{_mandir}/man8/ovs-parse-backtrace.8*
 %{_mandir}/man8/ovs-testcontroller.8*
-%doc COPYING DESIGN.md INSTALL.SSL.md NOTICE README.rst WHY-OVS.md
+%doc COPYING DESIGN.md INSTALL.SSL.md NOTICE README.rst WHY-OVS.rst
 %doc FAQ.md NEWS INSTALL.DPDK.rst rhel/README.RHEL
 /var/lib/openvswitch
 /var/log/openvswitch
index 1b4c7577c5f94fd198b5d60ac391ef72c40c7dd9..be6449b3d4010f96d7d116db06922dd823b67033 100644 (file)
@@ -247,7 +247,7 @@ exit 0
 /usr/share/openvswitch/scripts/sysconfig.template
 /usr/share/openvswitch/vswitch.ovsschema
 /usr/share/openvswitch/vtep.ovsschema
-%doc COPYING DESIGN.md INSTALL.SSL.md NOTICE README.rst WHY-OVS.md FAQ.md NEWS
+%doc COPYING DESIGN.md INSTALL.SSL.md NOTICE README.rst WHY-OVS.rst FAQ.md NEWS
 %doc INSTALL.DPDK.rst rhel/README.RHEL README-native-tunneling.md
 /var/lib/openvswitch
 /var/log/openvswitch
index 32cc6d21e6ea7ba0cf85a0625ee31cfd709c38dc..ecfd7832252fc37a36f89de256f6821cad45f6b4 100755 (executable)
@@ -21,7 +21,7 @@ case $srcdir in
     /*) ;;
     *) srcdir=`pwd`/$srcdir ;;
 esac
-if test ! -e "$srcdir"/WHY-OVS.md; then
+if test ! -e "$srcdir"/WHY-OVS.rst; then
     echo >&2 'source directory not found, please set $srcdir or run via \"make check-oftest'
     exit 1
 fi
index 58ee781e4d9cee8332f758b40eb46c896ea9fc21..0be6c0122125162c9dd92e85dd1ca3eff95bbf3d 100755 (executable)
@@ -19,7 +19,7 @@ case $srcdir in
     /*) ;;
     *) srcdir=`pwd`/$srcdir ;;
 esac
-if test ! -e "$srcdir"/WHY-OVS.md; then
+if test ! -e "$srcdir"/WHY-OVS.rst; then
     echo >&2 'source directory not found, please set $srcdir or run via \"make check-ryu'
     exit 1
 fi
index 6f03eded683a75d3a63b510fa208a57797291aff..4372da49596c7af222c238444fc38a6dbf6f0326 100755 (executable)
@@ -223,7 +223,7 @@ if $built; then
     case $srcdir in
         '')
             srcdir=$builddir
-            if test ! -e "$srcdir"/WHY-OVS.md; then
+            if test ! -e "$srcdir"/WHY-OVS.rst; then
                 srcdir=`cd $builddir/.. && pwd`
             fi
             ;;
index 31621f45288a773285ca8bd441b789f4a1855892..9188d732b272a9e76f5201c921d5c5aebd7f2136 100755 (executable)
@@ -24,7 +24,7 @@ ENV = os.environ
 HOME = ENV["HOME"]
 PWD = os.getcwd()
 OVS_SRC = HOME + "/ovs"
-if os.path.exists(PWD + "/WHY-OVS.md"):
+if os.path.exists(PWD + "/WHY-OVS.rst"):
     OVS_SRC = PWD  # Use current directory as OVS source tree
 RUNDIR = OVS_SRC + "/_run"
 BUILD_GCC = OVS_SRC + "/_build-gcc"
index 7f6081596dc3d70b859c8b3ef9799e70ba78916e..7e43c9625fb6e6d9108c8fc6abce030c4441b6c6 100755 (executable)
@@ -63,8 +63,8 @@ if test ! -e "$sim_builddir"/vswitchd/ovs-vswitchd; then
     echo "$sim_builddir/vswitchd/ovs-vswitchd does not exist (need to run \"make\"?)" >&2
     exit 1
 fi
-if test ! -e "$sim_srcdir"/WHY-OVS.md; then
-    echo "$sim_srcdir/WHY-OVS.md does not exist" >&2
+if test ! -e "$sim_srcdir"/WHY-OVS.rst; then
+    echo "$sim_srcdir/WHY-OVS.rst does not exist" >&2
     exit 1
 fi