Re: interface media list mutex

2022-07-11 Thread Vitaliy Makkoveev
> 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

interface media list mutex

2022-07-11 Thread Alexander Bluhm
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 ==