--- wikisrc/users/ozaki-r.mdwn 2015/11/17 08:38:06 1.7 +++ wikisrc/users/ozaki-r.mdwn 2016/04/19 07:48:32 1.10 @@ -12,14 +12,16 @@ Ryota Ozaki (ozaki-r) ## TODO * MP-safe networking + * [done] bridge * bpf * vlan * ifnet * IP forwarding * Add ATF tests for networking - * Adding many tests but not enough yet + * Already added many tests but not enough yet * DTrace * Support more providers + * Support more ARM boards * Kill kvm(3) users * only netstat? * Enlarge ifnet#if_flags @@ -32,14 +34,14 @@ Ryota Ozaki (ozaki-r) * Counting the number of packets and amount of data at different places is a horrible idea * Do bpf_mtap at a common place * Regain it from device drivers -* Make if_link_state_change softint +* [done] Make if_link_state_change softint * 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) * [done] MSI-X support * Multi-queue support -* Nexthop cache separation +* [done] Nexthop cache separation * http://www.netbsd.org/~matt/smpnet.html#nexthop * softint-based RX (and TX?) * Polling mode