--- wikisrc/users/ozaki-r.mdwn 2015/04/20 01:42:42 1.3 +++ wikisrc/users/ozaki-r.mdwn 2015/09/24 08:25:37 1.6 @@ -17,6 +17,7 @@ Ryota Ozaki (ozaki-r) * ifnet * IP forwarding * Add ATF tests for networking + * Adding many tests but not enough yet * DTrace * Support more providers * Kill kvm(3) users @@ -24,7 +25,7 @@ Ryota Ozaki (ozaki-r) * Enlarge ifnet#if_flags * Restructure ifnet * http://www.mistimed.com/home/BSDNetworking.pdf -* Refactore ether_output +* [done] Refactore ether_output * http://comments.gmane.org/gmane.os.netbsd.devel.network/13403 * Pull out routing lookups from ether_output * Aggregate interface packet counting @@ -35,3 +36,13 @@ Ryota Ozaki (ozaki-r) * It can be called from H/W interrupt context while it does many things including sleep-able operations * PR kern/49793 * Make netipsec a rump component +* vioif(4) + * MSI-X support + * Multi-queue support +* Nexthop cache separation + * http://www.netbsd.org/~matt/smpnet.html#nexthop +* softint-based RX (and TX?) + * Polling mode +* Replace the routing table + * with what? + * Use Poptrie or SAIL for fast lookup