Re: [patch V2 26/36] net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()

2020-09-29 Thread Arend Van Spriel
On 9/29/2020 10:25 PM, Thomas Gleixner wrote: bcrmgf_netif_rx() uses in_interrupt to chose between netif_rx() and netif_rx_ni(). in_interrupt() usage in drivers is phased out. Convey the execution mode via an 'inirq' argument through the various callchains leading to brcmf_netif_rx(): brcmf_pci

[patch V2 26/36] net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()

2020-09-29 Thread Thomas Gleixner
bcrmgf_netif_rx() uses in_interrupt to chose between netif_rx() and netif_rx_ni(). in_interrupt() usage in drivers is phased out. Convey the execution mode via an 'inirq' argument through the various callchains leading to brcmf_netif_rx(): brcmf_pcie_isr_thread() <- Task context brc