CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/25 07:24:58
Modified files:
sys/dev/ic : bwfm.c bwfmvar.h
sys/dev/pci : if_bwfm_pci.c
sys/dev/sdmmc : if_bwfm_sdio.c
sys/dev/usb : if_bwfm_usb.c
Log message:
Make bwfm(4) call if_input() only once per interrupt.
This reduces drops caused by the ifq pressure drop mechanism and hence
increases throughput.
ok tobhe@
