netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index 581e213..b4542b7 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -2,7 +2,7 @@ Open vSwitch Project Ideas
 ==========================
 
 This file lists a number of project ideas for Open vSwitch.  The ideas
-here overlap somewhat with those in the OPENFLOW-1.1+ file.
+here overlap somewhat with those in the [OPENFLOW-1.1+.md] file.
 
 
 Programming Project Ideas
@@ -11,10 +11,10 @@ Programming Project Ideas
 Each of these projects would ideally result in a patch or a short
 series of them posted to ovs-dev.
 
-Please read [CONTRIBUTING](CONTRIBUTING.md) and [CodingStyle](CodingStyle.md)
-in the top of the source tree before you begin work.  The OPENFLOW-1.1+
-file also has an introduction to how OpenFlow is implemented in Open vSwitch.
-It is also a good idea to look around the source tree for related code, and
+Please read [CONTRIBUTING.md] and [CodingStyle.md] in the top of the
+source tree before you begin work. The [OPENFLOW-1.1+.md] file also has
+an introduction to how OpenFlow is implemented in Open vSwitch. It is
+also a good idea to look around the source tree for related code, and
 back through the Git history for commits on related subjects, to allow
 you to follow existing patterns and conventions.
 
@@ -68,15 +68,6 @@ UDP or DTLS.  One place to start would be to implement a datagram
 abstraction library for OVS analogous to the ``stream'' library
 that already abstracts TCP, SSL, and other stream protocols.
 
-Controller connection logging to pcap file
-------------------------------------------
-
-http://patchwork.openvswitch.org/patch/2249/ is an RFC patch that
-allows the switch to record the traffic on OpenFlow controller
-connections to a pcap file for later analysis. The patch lacks a good
-way to enable and disable the feature. The task here would be to add
-that and repost the patch.
-
 Basic OpenFlow 1.4 support
 --------------------------
 
@@ -266,11 +257,11 @@ Please consider the following:
     should document it in the appropriate manpage and mention it in
     NEWS as well.
 
-  * Coding style (see the [CodingStyle](CodingStyle.md) file at the top
-       of the source tree).
+  * Coding style (see the [CodingStyle.md] file at the top of the
+    source tree).
 
-  * The patch submission guidelines (see [CONTRIBUTING](CONTRIBUTING.md)).
-    recommend using "git send-email", which automatically follows a
+  * The patch submission guidelines (see [CONTRIBUTING.md]).  I
+    recommend using "git send-email", which automatically follows a
     lot of those guidelines.
 
 
@@ -283,3 +274,7 @@ Please report problems to bugs@openvswitch.org.
 Local Variables:
 mode: text
 End:
+
+[OPENFLOW-1.1+.md]:OPENFLOW-1.1+.md
+[CONTRIBUTING.md]:CONTRIBUTING.md
+[CodingStyle.md]:CodingStyle.md