]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hns3-next'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Jan 2020 22:52:56 +0000 (14:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jan 2020 22:52:56 +0000 (14:52 -0800)
commit1f8325f97328854e80b86cb392cd8900d77d0e80
treef47a32c92e8b6cfd3e4440c579ad07ec220f69c4
parent029ad3e0364d7824d1f64e8a9f1125ea9c1c0b4b
parent25603b1809e0469c60f646edf21e5069be2e176c
Merge branch 'hns3-next'

Huazhong Tan says:

====================
net: hns3: add some misc update about reset issue

This series includes some misc update relating to reset issue.
[patch 1/7] & [patch 2/7] splits hclge_reset()/hclgevf_reset()
into two parts: preparing and rebuilding. Since the procedure
of FLR should be separated out from the reset task([patch 3/7 &
patch 3/7]), then the FLR's processing can reuse these codes.

pci_error_handlers.reset_prepare() is void type function, so
[patch 6/7] & [patch 7/7] factor some codes related to PF
function reset to make the preparing done before .reset_prepare()
return.

BTW, [patch 5/7] enlarges the waiting time of reset for matching
the hardware's.
====================

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