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

2020-09-30 Thread Kalesh Anakkur Purayil
Hi Thomas, Please see my response inline. Regards, Kalesh On Wed, Sep 30, 2020 at 1:21 PM Thomas Monjalon wrote: > Hi, > > Please use --cc-cmd devtools/get-maintainer.sh so all relevant > maintainers are Cc'ed. Adding Andrew. > [Kalesh]: Thank you. Sure, I will follow next time. > > > From: K

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

2020-09-30 Thread Thomas Monjalon
30/09/2020 10:35, Kalesh Anakkur Purayil: > On Wed, Sep 30, 2020 at 1:21 PM Thomas Monjalon wrote: > > > 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

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

2020-09-30 Thread Thomas Monjalon
Hi, Please use --cc-cmd devtools/get-maintainer.sh so all relevant maintainers are Cc'ed. Adding Andrew. > 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 need

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

2020-09-29 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