Re: [RFC PATCH net-next 2/6] net: ethernet: add mac-phy interrupt support with reset complete handling

From: Andrew Lunn
Date: Tue Sep 12 2023 - 22:19:14 EST


> Ok. If I understand correctly, I have to use devm_request_threaded_irq()
> instead of devm_request_irq() and let the thread handler registered with
> the devm_request_threaded_irq() function to perform interrupt activity
> directly?

Yes. I've not looked at all the patches yet, but if the work queue is
not used for anything else, you should be able to remove it, and let
the IRQ core handle all the threading for you.

Andrew