From: Kalesh AP <kalesh-anakkur.pura...@broadcom.com> This patch adds support for recovery event in rte_eth_event framework. FW error and FW reset conditions would be managed by PMD. Driver uses RTE_ETH_EVENT_INTR_RESET event to notify the applications about the FW reset or error. In such cases, PMD would need recovery events to notify application about PMD has recovered from FW reset or FW error.
Kalesh AP (3): librte_ethdev: support device recovery event net/bnxt: notify applications about device reset app/testpmd: handle device recovery event app/test-pmd/testpmd.c | 7 ++++++- drivers/net/bnxt/bnxt_cpr.c | 3 +++ drivers/net/bnxt/bnxt_ethdev.c | 10 ++++++++++ lib/librte_ethdev/rte_ethdev.h | 1 + 4 files changed, 20 insertions(+), 1 deletion(-) -- 2.10.1