From: Ilias Apalodimas <[email protected]> Date: Tue, 23 Apr 2019 09:01:41 +0300
> The netdev variant is usable on any context since it disables interrupts. > The napi variant of the call should only be used within softirq context. > Replace napi_alloc_frag on driver init with the correct netdev_alloc_frag > call > > Changes since v1: > - Adjusted commit message > > Acked-by: Ard Biesheuvel <[email protected]> > Acked-by: Jassi Brar <[email protected]> > Fixes: 4acb20b46214 ("net: socionext: different approach on DMA") > Signed-off-by: Ilias Apalodimas <[email protected]> Applied and queued up for -stable, thank you.
