All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] qed*: Add support for pcie advanced error recovery.
@ 2020-04-22 13:16 Sudarsana Reddy Kalluru
  2020-04-22 13:16 ` [PATCH net-next v2 1/2] qed: Enable device error reporting capability Sudarsana Reddy Kalluru
  2020-04-22 13:16 ` [PATCH net-next v2 2/2] qede: Add support for handling the pcie errors Sudarsana Reddy Kalluru
  0 siblings, 2 replies; 4+ messages in thread
From: Sudarsana Reddy Kalluru @ 2020-04-22 13:16 UTC (permalink / raw)
  To: davem; +Cc: netdev, aelior, irusskikh, mkalderon

The patch series adds qed/qede driver changes for PCIe Advanced Error
Recovery (AER) support.
Patch (1) adds qed changes to enable the device to send error messages
to root port when detected.
Patch (2) adds qede support for handling the detected errors (AERs).

Changes from previous version:
-------------------------------
v2: use pci_num_vf() instead of caching the value in edev.

Please consider applying this to "net-next".

Sudarsana Reddy Kalluru (2):
  qed: Enable device error reporting capability.
  qede: Add support for handling the pcie errors.

 drivers/net/ethernet/qlogic/qed/qed_main.c   |  9 ++++
 drivers/net/ethernet/qlogic/qede/qede.h      |  1 +
 drivers/net/ethernet/qlogic/qede/qede_main.c | 68 +++++++++++++++++++++++++++-
 3 files changed, 77 insertions(+), 1 deletion(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-23  0:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 13:16 [PATCH net-next v2 0/2] qed*: Add support for pcie advanced error recovery Sudarsana Reddy Kalluru
2020-04-22 13:16 ` [PATCH net-next v2 1/2] qed: Enable device error reporting capability Sudarsana Reddy Kalluru
2020-04-22 13:16 ` [PATCH net-next v2 2/2] qede: Add support for handling the pcie errors Sudarsana Reddy Kalluru
2020-04-23  0:53   ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.