Re: Re: [PATCH v5 10/11] vduse: Add config interrupt support

2021-03-24 Thread Yongji Xie
On Wed, Mar 24, 2021 at 12:45 PM Jason Wang wrote: > > > 在 2021/3/15 下午1:37, Xie Yongji 写道: > > This patch introduces a new ioctl VDUSE_INJECT_CONFIG_IRQ > > to support injecting config interrupt. > > > > Signed-off-by: Xie Yongji > > > I suggest to squash this into path 9. > Will do it in v6.

Re: [PATCH v5 10/11] vduse: Add config interrupt support

2021-03-23 Thread Jason Wang
在 2021/3/15 下午1:37, Xie Yongji 写道: This patch introduces a new ioctl VDUSE_INJECT_CONFIG_IRQ to support injecting config interrupt. Signed-off-by: Xie Yongji I suggest to squash this into path 9. Other looks good. Thanks --- drivers/vdpa/vdpa_user/vduse_dev.c | 24 ++

[PATCH v5 10/11] vduse: Add config interrupt support

2021-03-14 Thread Xie Yongji
This patch introduces a new ioctl VDUSE_INJECT_CONFIG_IRQ to support injecting config interrupt. Signed-off-by: Xie Yongji --- drivers/vdpa/vdpa_user/vduse_dev.c | 24 +++- include/uapi/linux/vduse.h | 3 +++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --g