[dpdk-dev] [RFC PATCH 0/3] librte_ethdev: error recovery support

2020-01-22 Thread Kalesh A P
From: Kalesh AP 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 noti

Re: [dpdk-dev] [RFC PATCH 0/3] librte_ethdev: error recovery support

2020-07-03 Thread Ferruh Yigit
On 3/12/2020 7:34 AM, Thomas Monjalon wrote: > 12/03/2020 04:25, Kalesh Anakkur Purayil: >> Hi Thomas, >> >> On Wed, Mar 11, 2020 at 6:49 PM Thomas Monjalon wrote: >> >>> 22/01/2020 11:16, Kalesh A P: From: Kalesh AP This patch adds support for recovery event in rte_eth_event frame

Re: [dpdk-dev] [RFC PATCH 0/3] librte_ethdev: error recovery support

2020-03-11 Thread Thomas Monjalon
22/01/2020 11:16, Kalesh A P: > From: Kalesh AP > > 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 "Driver"? THE driver? :) > RTE_ETH_EVENT_INTR_RESET event to notify the applications about the > FW

Re: [dpdk-dev] [RFC PATCH 0/3] librte_ethdev: error recovery support

2020-03-11 Thread Kalesh Anakkur Purayil
Hi Thomas, On Wed, Mar 11, 2020 at 6:49 PM Thomas Monjalon wrote: > 22/01/2020 11:16, Kalesh A P: > > From: Kalesh AP > > > > 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 > > "Driver"? THE driver

Re: [dpdk-dev] [RFC PATCH 0/3] librte_ethdev: error recovery support

2020-03-12 Thread Thomas Monjalon
12/03/2020 04:25, Kalesh Anakkur Purayil: > Hi Thomas, > > On Wed, Mar 11, 2020 at 6:49 PM Thomas Monjalon wrote: > > > 22/01/2020 11:16, Kalesh A P: > > > From: Kalesh AP > > > > > > This patch adds support for recovery event in rte_eth_event framework. > > > FW error and FW reset conditions w