Re: [PATCH v4 10/10] net/ps3_gelic: Fix DMA mapping problems

2021-08-04 Thread Christophe Leroy
Le 23/07/2021 à 22:31, Geoff Levand a écrit : Fixes several DMA mapping problems with the PS3's gelic network driver: * Change from checking the return value of dma_map_single to using the dma_mapping_error routine. * Use the correct buffer length when mapping the RX skb. *

Re: [PATCH v4 10/10] net/ps3_gelic: Fix DMA mapping problems

2021-07-25 Thread Christophe Leroy
Geoff Levand a écrit : Fixes several DMA mapping problems with the PS3's gelic network driver: * Change from checking the return value of dma_map_single to using the dma_mapping_error routine. * Use the correct buffer length when mapping the RX skb. * Improved error checking and debug

[PATCH v4 10/10] net/ps3_gelic: Fix DMA mapping problems

2021-07-23 Thread Geoff Levand
Fixes several DMA mapping problems with the PS3's gelic network driver: * Change from checking the return value of dma_map_single to using the dma_mapping_error routine. * Use the correct buffer length when mapping the RX skb. * Improved error checking and debug logging. Fixes runtime