CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/20 02:32:49
Modified files:
sys/dev/pci : if_em.c if_em.h
Log message:
Introduce the concept of queue to prepare supporting multiple of them.
Move the tx/rx descriptors to dedicated structures similar to what already
exist in ix(4).
Only one queue is currently used, no real architectural change introduced
in this diff.
Extracted from a big diff from haesbaert@ via patrick@.
Tested by Hrvoje Popovski and jmatthew@, ok jmatthew@
