From: Ben Pfaff Date: Fri, 28 Mar 2008 00:48:15 +0000 (-0700) Subject: Add list of to-do items for userspace switch. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10fad27b63dce6ea6b0e354cebf6371e6a4b18c7;p=openvswitch Add list of to-do items for userspace switch. --- diff --git a/switch/TODO b/switch/TODO new file mode 100644 index 00000000..502694c5 --- /dev/null +++ b/switch/TODO @@ -0,0 +1,23 @@ +* Give it a more specific name (ofswitch? ofp-switch?) + +* Jumbo frames (drop ETH_TOTAL_MAX?). + +* Test memory leaks. + +* Test packet header modifications. + +* Clean up file organization. + +* Update comments. + +* Reduce steady-state use of malloc. + +* Address FIXMEs. + +* Add real FSM support. + +* Make vlog modules dynamic. + +* Use controller-connection in secchan. + +* Implement dpctl support for switch.