Re: pfioctl: DIOCGETQUEUE: drop net lock

2023-04-28 Thread Alexandr Nedvedicky
Hello, On Fri, Apr 28, 2023 at 09:02:35PM +, Klemens Nanni wrote: > Same logic and argument as for the parent *S ioctl, might as well have > committed them together: > --- > Remove net lock from DIOCGETQUEUES > > Both ticket and number of queues stem from the pf_queues_active list

pfioctl: DIOCGETQUEUE: drop net lock

2023-04-28 Thread Klemens Nanni
Same logic and argument as for the parent *S ioctl, might as well have committed them together: --- Remove net lock from DIOCGETQUEUES Both ticket and number of queues stem from the pf_queues_active list which is effectively static to pf_ioctl.c and fully protected by the pf lock.