> On 11 Jul 2022, at 13:02, Alexander Bluhm wrote:
>
> Hi,
>
> Customer complains that routing video stream over OpenBSD stutters
> when snmpd is runnning. It looks like ioctl(SIOCGIFMEDIA) may be
> the culprit, so I want to get it out of the netlock.
>
> Start with a mutex around interface me
Hi,
Customer complains that routing video stream over OpenBSD stutters
when snmpd is runnning. It looks like ioctl(SIOCGIFMEDIA) may be
the culprit, so I want to get it out of the netlock.
Start with a mutex around interface media list.
ok?
bluhm
Index: dev/ic/gem.c
==