NetBSD/sys/dev/if_ndis
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
..
if_ndis.c Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input 2016-12-15 09:28:02 +00:00
if_ndis_pccard.c Uninitialized var, found by brainy. FreeBSD fixed it this way four years 2016-08-15 08:40:23 +00:00
if_ndis_pci.c There are several leaks in here, just fix one that should have been fixed 2016-10-15 08:37:55 +00:00
if_ndisvar.h