net:enetc: allocate CBD ring data memory using DMA coherent methods
authorPo Liu <po.liu@nxp.com>
Wed, 9 Feb 2022 12:33:01 +0000 (20:33 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Feb 2022 13:23:25 +0000 (13:23 +0000)
commitb3a723dbc94a6e38f67669d03b521edd766ad895
tree30a733f633af5fad85384629bd0bc07987f5733e
parent62b5b162e472cb67a5446068858c073c4f661dd1
net:enetc: allocate CBD ring data memory using DMA coherent methods

To replace the dma_map_single() stream DMA mapping with DMA coherent
method dma_alloc_coherent() which is more simple.

dma_map_single() found by Tim Gardner not proper. Suggested by Claudiu
Manoil and Jakub Kicinski to use dma_alloc_coherent(). Discussion at:

https://lore.kernel.org/netdev/AM9PR04MB8397F300DECD3C44D2EBD07796BD9@AM9PR04MB8397.eurprd04.prod.outlook.com/t/

Fixes: 888ae5a3952ba ("net: enetc: add tc flower psfp offload driver")
cc: Claudiu Manoil <claudiu.manoil@nxp.com>
Reported-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Po Liu <po.liu@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/enetc/enetc_qos.c