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)
commit8df591f35e9651b955d21f43828f54c106cf4807
tree56ab75dc4b1007beae67d3f0f650504c1407d7ce
parentaeb5e02aca91522733eb1db595ac607d30c87767
parent01865a50d78f515423422b8c55e8b6f6bf4c2cd4
Merge branch 'hns3-next'

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>