netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / PORTING.md
index 7e5de00..2184a20 100644 (file)
@@ -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