Merge branch 'hns3-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Oct 2018 02:31:14 +0000 (19:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Oct 2018 02:31:14 +0000 (19:31 -0700)
Salil Mehta says:

====================
Adds support of RAS Error Handling in HNS3 Driver

This patch-set adds support related to RAS Error handling to the HNS3
Ethernet PF Driver. Set of errors occurred in the HNS3 hardware are
reported to the driver through the PCIe AER interface. The received
error information is then used to classify the received errors and
then decide the appropriate receovery action depending on the type
of error.
====================

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

Trivial merge