Re: [dpdk-dev] [RFC v3] ethdev: claim device reset as async

2019-03-19 Thread Ferruh Yigit
On 3/19/2019 1:40 PM, Zhang, Qi Z wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Tuesday, March 19, 2019 9:14 PM >> To: Zhang, Qi Z ; tho...@monjalon.net; Doherty, Declan >> >> Cc: ktray...@redhat.com; dev@dpdk.org; Shelton, Benjamin H >> ; Vangati, Narender >> >> Subj

Re: [dpdk-dev] [RFC v3] ethdev: claim device reset as async

2019-03-19 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, March 19, 2019 9:14 PM > To: Zhang, Qi Z ; tho...@monjalon.net; Doherty, Declan > > Cc: ktray...@redhat.com; dev@dpdk.org; Shelton, Benjamin H > ; Vangati, Narender > > Subject: Re: [RFC v3] ethdev: claim device reset as async

Re: [dpdk-dev] [RFC v3] ethdev: claim device reset as async

2019-03-19 Thread Ferruh Yigit
On 10/4/2018 4:58 PM, Zhang, Qi Z wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Thursday, October 4, 2018 7:30 PM >> To: Zhang, Qi Z ; tho...@monjalon.net; Doherty, >> Declan >> Cc: ktray...@redhat.com; dev@dpdk.org; Shelton, Benjamin H >> ; Vangati, Narender >> >> Su

Re: [dpdk-dev] [RFC v3] ethdev: claim device reset as async

2018-10-04 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Thursday, October 4, 2018 7:30 PM > To: Zhang, Qi Z ; tho...@monjalon.net; Doherty, > Declan > Cc: ktray...@redhat.com; dev@dpdk.org; Shelton, Benjamin H > ; Vangati, Narender > > Subject: Re: [RFC v3] ethdev: claim device reset as asyn

Re: [dpdk-dev] [RFC v3] ethdev: claim device reset as async

2018-10-04 Thread Ferruh Yigit
On 9/20/2018 5:56 AM, Qi Zhang wrote: > Device reset should be implemented in an async way since it is > possible to be invoked in interrupt thread and sometimes to reset a > device need to wait for some dependency, for example, a VF expects for > PF ready or a NIC function as part of a SOC wait fo

[dpdk-dev] [RFC v3] ethdev: claim device reset as async

2018-09-19 Thread Qi Zhang
Device reset should be implemented in an async way since it is possible to be invoked in interrupt thread and sometimes to reset a device need to wait for some dependency, for example, a VF expects for PF ready or a NIC function as part of a SOC wait for the whole system reset complete, and all the