Re: [PATCH net-next 2/2] eth: bnxt: preserve IRQ affinity across IRQ reallocation
Jakub Kicinski <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 13 Aug 2026 12:32:48 -0700 Jakub Kicinski wrote: > + * Set after installing the notifier, if we race with the user > + * it's better to overwrite than miss the notification. 'shiko warns about the race between the notifier and the init. This is effectively the same pre-existing race we I'm flagging in this comment. We ignore updates while the device is down completely, I don't think it's worth trying to reliably delay the racing user programming after init has finished.