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

2023-04-27 Thread Zhu, Lingshan
On 4/26/2023 1:06 PM, Jason Wang wrote: 在 2023/4/1 04:48, Zhu Lingshan 写道: 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 | 61

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

2023-04-25 Thread Jason Wang
在 2023/4/1 04:48, Zhu Lingshan 写道: 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 | 61 ++---

[PATCH 4/5] synchronize irqs in the reset routine

2023-03-31 Thread Zhu Lingshan
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 | 61 ++--- drivers/vdpa/ifcvf/ifcvf_main.c | 45