Add list of to-do items for userspace switch.
[sliver-openvswitch.git] / switch / TODO
1 * Give it a more specific name (ofswitch? ofp-switch?)
2
3 * Jumbo frames (drop ETH_TOTAL_MAX?).
4
5 * Test memory leaks.
6
7 * Test packet header modifications.
8
9 * Clean up file organization.
10
11 * Update comments.
12
13 * Reduce steady-state use of malloc.
14
15 * Address FIXMEs.
16
17 * Add real FSM support.
18
19 * Make vlog modules dynamic.
20
21 * Use controller-connection in secchan.
22
23 * Implement dpctl support for switch.