X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=PORTING.md;h=2184a202a4ba44103181506be3243a41f34da0cd;hb=9feb1017c5f16ace32479264aae6d92ed81f0633;hp=7e5de00d364663e26481f95f7a0cf962ed8c93af;hpb=123004ffeb71421f40de72194df53f56754b8682;p=cascardo%2Fovs.git diff --git a/PORTING.md b/PORTING.md index 7e5de00d3..2184a202a 100644 --- a/PORTING.md +++ b/PORTING.md @@ -129,8 +129,8 @@ implementation 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 [INSTALL.userspace](INSTALL.userspace.md) for instructions on how -to configure a userspace switch. +See [INSTALL.userspace.md] for instructions on how to configure a +userspace switch. If the userspace switch is not the right choice for your port, then you will have to write more code. You may implement either an @@ -322,3 +322,5 @@ Questions Please direct porting questions to dev@openvswitch.org. We will try to use questions to improve this porting guide. + +[INSTALL.userspace.md]:INSTALL.userspace.md