2019-08-04 03:45:39

by Jiangfeng Xiao

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

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_reclaim non-reentrant
net: hisilicon: fix hip04-xmit never return TX_BUSY
net: hisilicon: Fix dma_map_single failed on arm64

drivers/net/ethernet/hisilicon/hip04_eth.c | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)

--
1.8.5.6


2019-08-06 21:15:56

by David Miller

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

From: Jiangfeng Xiao <[email protected]>
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 the arm64 platform.

Series applied.