Merge branch 'ipa-interrupts'
authorDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2021 20:02:21 +0000 (21:02 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2021 20:02:21 +0000 (21:02 +0100)
commitf34d9224503f13cae35ae9d6a43199e3666bbe99
treef9aed3fc8f61a9576d3c632bf70fb5a4977bc0cd
parent8ca34a13f7f9b3fa2c464160ffe8cc1a72088204
parent176086d870359fa5e4fe226fdcf43340187134c2
Merge branch 'ipa-interrupts'

Alex Elder says:

====================
net: ipa: IPA interrupt cleanup

The first patch in this series makes all IPA interrupt handling be
done in a threaded context.  The remaining ones refactor some code
to simplify that threaded handler function.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>