Re: stmmac ethernet in kernel 4.9-rc6: coalescing related pauses.

From: Lino Sanfilippo
Date: Mon Dec 05 2016 - 18:12:11 EST



>
> You mean stmmac_xmit()? Thats also softirq AFAICT, its the TX softirq....
>
> Regards,
> Lino
>
>

Hmm. netdevices.txt says:

ndo_start_xmit:
...

Context: Process with BHs disabled or BH (timer),
will be called with interrupts disabled by netconsole.

...

If this is correct it can indeed be process context, too. However BHs are already
disabled.