NetBSD/sys/arch/macppc
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
..
compile
conf wildcard speaker attachments, now that we can handle many of them. 2016-12-13 20:42:15 +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 Add mips fenv.h (From FreeBSD) 2015-12-21 17:02:32 +00:00
macppc g/c some leftovers from when we had static assignments of edge or level 2016-06-15 14:32:03 +00:00
pci Added MSI/MSI-X and interrupt_distribute(9) support for powerpc. 2016-10-19 00:08:41 +00:00
stand PR 51200 gets in libsa considered harmful: use kgets 2016-06-11 06:24:36 +00:00
Makefile