[ovs-dev] [PATCH 04/15] doc: Convert PORTING to rST

Russell Bryant russell at ovn.org
Fri Oct 21 15:35:24 UTC 2016


On Tue, Oct 18, 2016 at 4:03 PM, Stephen Finucane <stephen at that.guru> wrote:

> Signed-off-by: Stephen Finucane <stephen at that.guru>
> ---
>  FAQ.md            |   4 +-
>  INSTALL.NetBSD.md |   4 +-
>  Makefile.am       |   2 +-
>  PORTING.md        | 326 ------------------------------
> -----------------------
>  PORTING.rst       | 330 ++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++
>  5 files changed, 335 insertions(+), 331 deletions(-)
>  delete mode 100644 PORTING.md
>  create mode 100644 PORTING.rst
>

I made one small change and then applied this to master.

diff --git a/PORTING.rst b/PORTING.rst
index 05a2425..33db41d 100644
--- a/PORTING.rst
+++ b/PORTING.rst
@@ -146,7 +146,7 @@ built into Open vSwitch.  This ought to work, without
writing any more code, as
 long as the netdev provider that you implemented supports receiving
packets.
 It yields poor performance, however, because every packet passes through
the
 ovs-vswitchd process.  See the `userspace installation guide
-<INSTALL.userspace.md>` for instructions on how to configure a userspace
+<INSTALL.userspace.rst>` for instructions on how to configure a userspace
 switch.



-- 
Russell Bryant



More information about the dev mailing list