Re: Re: [RFC v3 11/11] vduse: Introduce a workqueue for irq injection

2021-01-27 Thread Yongji Xie
On Tue, Jan 26, 2021 at 4:17 PM Jason Wang wrote: > > > On 2021/1/19 下午1:07, Xie Yongji wrote: > > This patch introduces a dedicated workqueue for irq injection > > so that we are able to do some performance tuning for it. > > > > Signed-off-by: Xie Yongji > > > If we want the split like this. >

Re: [RFC v3 11/11] vduse: Introduce a workqueue for irq injection

2021-01-26 Thread Jason Wang
On 2021/1/19 下午1:07, Xie Yongji wrote: This patch introduces a dedicated workqueue for irq injection so that we are able to do some performance tuning for it. Signed-off-by: Xie Yongji If we want the split like this. It might be better to: 1) implement a simple irq injection on the ioctl

[RFC v3 11/11] vduse: Introduce a workqueue for irq injection

2021-01-18 Thread Xie Yongji
This patch introduces a dedicated workqueue for irq injection so that we are able to do some performance tuning for it. Signed-off-by: Xie Yongji --- drivers/vdpa/vdpa_user/eventfd.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/vdpa/vdpa_user/eventfd.c b/