Hi Folks, Here is a set of patches from Kamenee that adds an API for configuring AER registers. At least one driver needs to be able to change the default settings and a patch (2/2) is included here. Sending both to linux-pci since there really isn't a reason for the first to exist without a user. However normally changes to the hfi1 driver would flow through linux-rdma. This series is based on the PCI branch 'next' but I expect would apply the same to rdma-next as well if we wanted to go that route. --- Kamenee Arumugam (2): PCI/AER: Helper function for configuring AER registers IB/hfi1: Make Unsupported Request error non-fatal drivers/infiniband/hw/hfi1/pcie.c | 1 + drivers/pci/pcie/aer.c | 33 +++++++++++++++++++++++++++++++++ include/linux/aer.h | 17 +++++++++++++++++ 3 files changed, 51 insertions(+), 0 deletions(-) -- -Denny