NetBSD/sys/arch/mips/alchemy
ozaki-r dd8638eea5 Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
The benefits of the change are:
- We can reduce codes
- We can provide the same behavior between drivers
  - Where/When if_ipackets is counted up
  - Note that some drivers still update packet statistics in their own
    way (periodical update)
- Moved bpf_mtap run in softint
  - This makes it easy to MP-ify bpf

Proposed on tech-kern and tech-net
2016-12-15 09:28:02 +00:00
..
dev Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input 2016-12-15 09:28:02 +00:00
include #include <sys/cpu.h> or <mips/cpuregs.h> as needed 2015-06-09 22:50:50 +00:00
au1000.c #include <sys/cpu.h> or <mips/cpuregs.h> as needed 2015-06-09 22:50:50 +00:00
au1100.c #include <sys/cpu.h> or <mips/cpuregs.h> as needed 2015-06-09 22:50:50 +00:00
au1500.c #include <sys/cpu.h> or <mips/cpuregs.h> as needed 2015-06-09 22:50:50 +00:00
au1550.c #include <sys/cpu.h> or <mips/cpuregs.h> as needed 2015-06-09 22:50:50 +00:00
au_chipdep.c #include <sys/cpu.h> or <mips/cpuregs.h> as needed 2015-06-09 22:50:50 +00:00
au_cpureg_mem.c
au_himem_space.c converting extent(9) from malloc(9) to kmem(9) 2012-01-27 18:52:47 +00:00
au_icu.c + Fix IPL_VM sr_bits for alchemy_ipl_sr_map. Alchemy peripherals connects to 2012-01-14 16:09:19 +00:00
au_timer.c
au_wired_space.c converting extent(9) from malloc(9) to kmem(9) 2012-01-27 18:52:47 +00:00
aubus.c