Re: [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

2023-05-25 Thread Zhu, Lingshan
On 5/26/2023 2:09 PM, Jason Wang wrote: On Fri, May 26, 2023 at 1:30 PM Zhu, Lingshan wrote: On 5/26/2023 11:36 AM, Zhu, Lingshan wrote: On 5/26/2023 9:34 AM, Jason Wang wrote: On Thu, May 25, 2023 at 5:38 PM Zhu, Lingshan wrote: On 5/24/2023 4:03 PM, Jason Wang wrote: On Mon, May 8,

Re: [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

2023-05-25 Thread Jason Wang
On Fri, May 26, 2023 at 1:30 PM Zhu, Lingshan wrote: > > > > On 5/26/2023 11:36 AM, Zhu, Lingshan wrote: > > > > > > On 5/26/2023 9:34 AM, Jason Wang wrote: > >> On Thu, May 25, 2023 at 5:38 PM Zhu, Lingshan > >> wrote: > >>> > >>> > >>> On 5/24/2023 4:03 PM, Jason Wang wrote: > On Mon, May

Re: [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

2023-05-25 Thread Zhu, Lingshan
On 5/26/2023 11:36 AM, Zhu, Lingshan wrote: On 5/26/2023 9:34 AM, Jason Wang wrote: On Thu, May 25, 2023 at 5:38 PM Zhu, Lingshan wrote: On 5/24/2023 4:03 PM, Jason Wang wrote: On Mon, May 8, 2023 at 6:05 PM Zhu Lingshan wrote: This commit synchronize irqs of the virtqueues and config

Re: [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

2023-05-25 Thread Zhu, Lingshan
On 5/26/2023 9:34 AM, Jason Wang wrote: On Thu, May 25, 2023 at 5:38 PM Zhu, Lingshan wrote: On 5/24/2023 4:03 PM, Jason Wang wrote: On Mon, May 8, 2023 at 6:05 PM Zhu Lingshan wrote: This commit synchronize irqs of the virtqueues and config space in the reset routine. Thus ifcvf_stop_hw

Re: [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

2023-05-25 Thread Jason Wang
On Thu, May 25, 2023 at 5:38 PM Zhu, Lingshan wrote: > > > > On 5/24/2023 4:03 PM, Jason Wang wrote: > > On Mon, May 8, 2023 at 6:05 PM Zhu Lingshan wrote: > >> This commit synchronize irqs of the virtqueues > >> and config space in the reset routine. > >> Thus ifcvf_stop_hw() and reset() are ref

Re: [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

2023-05-25 Thread Zhu, Lingshan
On 5/24/2023 4:03 PM, Jason Wang wrote: On Mon, May 8, 2023 at 6:05 PM Zhu Lingshan wrote: This commit synchronize irqs of the virtqueues and config space in the reset routine. Thus ifcvf_stop_hw() and reset() are refactored as well. Signed-off-by: Zhu Lingshan --- drivers/vdpa/ifcvf/ifcv

Re: [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

2023-05-24 Thread Jason Wang
On Wed, May 24, 2023 at 4:03 PM Jason Wang wrote: > > On Mon, May 8, 2023 at 6:05 PM Zhu Lingshan wrote: > > > > This commit synchronize irqs of the virtqueues > > and config space in the reset routine. > > Thus ifcvf_stop_hw() and reset() are refactored as well. > > > > Signed-off-by: Zhu Lingsh

Re: [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

2023-05-24 Thread Jason Wang
On Mon, May 8, 2023 at 6:05 PM Zhu Lingshan wrote: > > This commit synchronize irqs of the virtqueues > and config space in the reset routine. > Thus ifcvf_stop_hw() and reset() are refactored as well. > > Signed-off-by: Zhu Lingshan > --- > drivers/vdpa/ifcvf/ifcvf_base.c | 41 +