Merge branch 'hisilicon-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:14:01 +0000 (14:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:14:01 +0000 (14:14 -0700)
commit2b0dfc1753332d81d8e6654d682d8740aed4dec9
tree21714b958e1c9786895f5dc70821c45997efb467
parent5b0bce247cc2423defedf289f8b84e22385426ee
parent96a50c0d907ac8f5c3d6b051031a19eb8a2b53e3
Merge branch 'hisilicon-fixes'

Jiangfeng Xiao says:

====================
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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>