Re: [PATCH net] net: i82596: fix dma_alloc_attr for sni_82596

From: David Miller
Date: Tue Oct 15 2019 - 23:51:06 EST


From: Thomas Bogendoerfer <tbogendoerfer@xxxxxxx>
Date: Tue, 15 Oct 2019 16:42:45 +0200

> Commit 7f683b920479 ("i825xx: switch to switch to dma_alloc_attrs")
> switched dma allocation over to dma_alloc_attr, but didn't convert
> the SNI part to request consistent DMA memory. This broke sni_82596
> since driver doesn't do dma_cache_sync for performance reasons.
> Fix this by using different DMA_ATTRs for lasi_82596 and sni_82596.
>
> Fixes: 7f683b920479 ("i825xx: switch to switch to dma_alloc_attrs")
> Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@xxxxxxx>

Applied and queued up for -stable.