Re: [dpdk-dev] [PATCH v6 1/3] ethdev: support device reset and recovery events

2021-02-18 Thread Ferruh Yigit
On 10/12/2020 9:09 AM, Andrew Rybchenko wrote: On 10/12/20 12:29 AM, Thomas Monjalon wrote: 09/10/2020 05:48, Kalesh A P: From: Kalesh AP Adding support for device reset and recovery events in the rte_eth_event framework. FW error and FW reset conditions would be managed internally by PMD wit

Re: [dpdk-dev] [PATCH v6 1/3] ethdev: support device reset and recovery events

2020-10-12 Thread Andrew Rybchenko
On 10/12/20 12:29 AM, Thomas Monjalon wrote: > 09/10/2020 05:48, Kalesh A P: >> From: Kalesh AP >> >> Adding support for device reset and recovery events in the >> rte_eth_event framework. FW error and FW reset conditions would be >> managed internally by PMD without needing application interventi

Re: [dpdk-dev] [PATCH v6 1/3] ethdev: support device reset and recovery events

2020-10-11 Thread Thomas Monjalon
09/10/2020 05:48, Kalesh A P: > From: Kalesh AP > > Adding support for device reset and recovery events in the > rte_eth_event framework. FW error and FW reset conditions would be > managed internally by PMD without needing application intervention. > In such cases, PMD would need reset/recovery

[dpdk-dev] [PATCH v6 1/3] ethdev: support device reset and recovery events

2020-10-08 Thread Kalesh A P
From: Kalesh AP Adding support for device reset and recovery events in the rte_eth_event framework. FW error and FW reset conditions would be managed internally by PMD without needing application intervention. In such cases, PMD would need reset/recovery events to notify application that PMD is u