NetBSD/sys/net/agr
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
..
files.agr
ieee8023_slowprotocols.h
ieee8023_tlv.c
ieee8023_tlv.h
ieee8023ad_impl.h
ieee8023ad_lacp_debug.c
ieee8023ad_lacp_debug.h
ieee8023ad_lacp_impl.h
ieee8023ad_lacp_select.c
ieee8023ad_lacp_sm_mux.c
ieee8023ad_lacp_sm_ptx.c
ieee8023ad_lacp_sm_rx.c
ieee8023ad_lacp_sm_tx.c
ieee8023ad_lacp_sm.h
ieee8023ad_lacp_timer.c
ieee8023ad_lacp.c
ieee8023ad_lacp.h
ieee8023ad_marker.c
ieee8023ad_marker.h
ieee8023ad.h
if_agr.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_agrether_hash.c
if_agrether.c
if_agrethervar.h
if_agrioctl.h
if_agrmonitor.c
if_agrsoftc.c
if_agrsubr.c
if_agrsubr.h
if_agrtimer.c
if_agrvar_impl.h
if_agrvar.h
Makefile