On Sun, 1 Nov 2020 23:30:44 +0100 Heiner Kallweit wrote: > We had to remove flag IRQF_NO_THREAD because it conflicts with shared > interrupts in case legacy interrupts are used. Following up on the > linked discussion set IRQF_NO_THREAD if MSI or MSI-X is used, because > both guarantee that interrupt won't be shared. > > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> > Link: https://www.spinics.net/lists/netdev/msg695341.html
Applied, based on my understanding on RT. But I do agree with Vladimir that it'd be good to see actual performance numbers for these sort of optimizations.