Re: [PATCH v1 0/3] net: hisilicon: Fix a few problems with hip04_eth

2019-08-06 Thread David Miller
From: Jiangfeng Xiao Date: Sat, 3 Aug 2019 20:31:38 +0800 > During the use of the hip04_eth driver, > several problems were found, > which solved the hip04_tx_reclaim reentry problem, > fixed the problem that hip04_mac_start_xmit never > returns NETDEV_TX_BUSY > and the dma_map_single failed on t

[PATCH v1 0/3] net: hisilicon: Fix a few problems with hip04_eth

2019-08-03 Thread Jiangfeng Xiao
During the use of the hip04_eth driver, several problems were found, which solved the hip04_tx_reclaim reentry problem, fixed the problem that hip04_mac_start_xmit never returns NETDEV_TX_BUSY and the dma_map_single failed on the arm64 platform. Jiangfeng Xiao (3): net: hisilicon: make hip04_tx_