hi,

On Sat, Jun 22, 2019 at 9:54 AM matthew green <m...@netbsd.org> wrote:
>
> Module Name:    src
> Committed By:   mrg
> Date:           Sat Jun 22 09:53:56 UTC 2019
>
> Modified Files:
>         src/sys/dev/usb: if_axen.c
>
> Log Message:
> mark this driver MPSAFE for usb tasks and pipes, if(4), and callouts.
> remove remaining redundant spl calls.

Should ether_ioctl be wrapped with splnet?
ure, cdce and usmsc also need splnet.

Should if_percpuq_enqueue be called with rxlock held?
I'm not sure, but I cannot find the reason it is called
after rxlock is unlocked.

Thanks,

Reply via email to