CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/29 22:27:01
Modified files:
sys/dev/pci : if_vmx.c
Log message:
move rx head register writes out of rx completions and into rxfill
rxfill is always called after rx completions are done anyway, and
it makes more sense to give the hypervisor an update about new mbufs
on the ring after we put them there.
