NetBSD/sys/arch/sgimips/mace
ozaki-r 9c4cd06355 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.

This change softint-ifies at ifp->if_input that is called from
each device driver (and ieee80211_input) to ensure Layer 2 runs
in softint (e.g., ether_input and bridge_input). To this end,
we provide a framework (called percpuq) that utlizes softint(9)
and percpu ifqueues. With this patch, rxintr of most drivers just
queues received packets and schedules a softint, and the softint
dequeues packets and does rest packet processing.

To minimize changes to each driver, percpuq is allocated in struct
ifnet for now and that is initialized by default (in if_attach).
We probably have to move percpuq to softc of each driver, but it's
future work. At this point, only wm(4) has percpuq in its softc
as a reference implementation.

Additional information including performance numbers can be found
in the thread at tech-kern@ and tech-net@:
http://mail-index.netbsd.org/tech-kern/2016/01/14/msg019997.html

Acknowledgment: riastradh@ greatly helped this work.
Thank you very much!
2016-02-09 08:32:07 +00:00
..
com_mace.c pass the port's hardware address in COM_INIT_REGS() so the com driver can 2015-09-30 19:44:58 +00:00
files.mace
if_mec.c Introduce softint-based if_input 2016-02-09 08:32:07 +00:00
if_mecreg.h
lpt_mace.c #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
mace.c shorten the interrupt name so the level field is actually readable in systat 2015-06-30 03:55:23 +00:00
macekbc.c malloc() -> kmem_alloc() for private data, also kmem_free() them if we 2015-04-04 14:19:00 +00:00
macereg.h
macevar.h
mavb.c move DAC1 output channel to master so things like OSS and kmix work 2015-02-17 11:25:43 +00:00
mavbreg.h
mcclock_mace.c switch sgimips to common bus_dma and bus_space in arch/mips/ 2015-02-18 16:47:58 +00:00
pci_mace.c PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
pcireg_mace.h switch sgimips to common bus_dma and bus_space in arch/mips/ 2015-02-18 16:47:58 +00:00