OpenBSD cvs log

created 2025-04-02T01:06:18Z
begin 2025-03-05T00:00:00Z
end 2025-03-06T00:00:00Z
path src/sys
commits 2

date 2025-03-05T06:44:02Z
author dlg
files src/sys/dev/pci/if_mcx.c log diff annotate
message use bpfxattach to put bpf on each set of rings.

this (re)uses the queue interrupt names for the bpf interface name
(eg mcx0:0, mcx0:1, etc). this provides an easy way to fan out bpf
processing for an interface, or just looking at what is and isnt
being handled by a queue with tcpdump

ok jmatthew@

date 2025-03-05T06:51:25Z
author dlg
files src/sys/dev/pci/if_vmx.c log diff annotate
message use bpfxattach to put bpf on each set of rings.

this (re)uses the queue interrupt names for the bpf interface name
(eg vmx0:0, vmx0:1, etc). this provides an easy way to fan out bpf
processing for an interface, or just looking at what is and isnt
being handled by a queue with tcpdump

ok claudio@ jmatthew@