NetBSD/sys/arch/newsmips
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
..
apbus Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input 2016-12-15 09:28:02 +00:00
compile
conf Add pseudo-device ksyms' where options DDB' is used, because 2015-08-21 01:52:07 +00:00
dev Don't include <mips/locore.h> in <machine/intr.h>, introduces circular 2016-07-21 19:49:58 +00:00
include Don't include <mips/locore.h> in <machine/intr.h>, introduces circular 2016-07-21 19:49:58 +00:00
newsmips actually correct tyop now... 2016-11-14 19:24:23 +00:00
stand add NOPIE 2016-07-21 18:50:21 +00:00
Makefile