On Wed, Feb 10, 2016 at 3:03 AM, Alistair Crooks <a...@pkgsrc.org> wrote: > On 9 February 2016 at 00:32, Ryota Ozaki <ozak...@netbsd.org> wrote: >> Module Name: src >> Committed By: ozaki-r >> Date: Tue Feb 9 08:32:12 UTC 2016 >> >> Modified Files: >> src/sys/arch/acorn32/podulebus: if_ie.c >> [...] >> src/sys/rump/net/lib/libvirtif: if_virt.c >> >> >> Log Message: >> Introduce softint-based if_input >> >> This change intends to run the whole network stack in softint context >> (or normal LWP), not hardware interrupt context. Note that the work is >> still incomplete by this change; to that end, we also have to softint-ify >> if_link_state_change (and bpf) which can still run in hardware interrupt. > > Way cool - thank you!
if_link_state_change is the next target :) ozaki-r