OpenBSD cvs log

created 2023-08-06T07:48:04Z
begin 2023-07-30T04:10:58Z
end 2023-07-30T04:27:01Z
path src/sys
commits 1

date 2023-07-30T04:27:01Z
author dlg
files src/sys/dev/pci/if_vmx.c log diff annotate
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.