CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/06/09 01:36:10
Modified files:
sys/dev/pci : if_em.c
Log message:
Various changes related but independant from multiqueue logic:
- return an error if em_rxfill() fails when setting up the ring, this
means em_get_buf() couldn't get a mbuf.
- disable "Drop Enable" to have the same behavior when queues > 1
- use local variables for statistics in preparation for using the
counters_add(9) API to not trash values
- extend hw_stats to print per-queue counters
Tested by Hrvoje Popovski, ok jmatthew@