Re: [PATCH] virtio-balloon: Use virtio_find_vqs() helper

2021-07-19 Thread Jason Wang
在 2021/7/19 下午12:22, tianxianting 写道: thanks, I checked, actually all virtio drivers have switched to use the helper after this one merged. Ok. Cool. Thanks 在 2021/7/19 上午11:46, Jason Wang 写道: 在 2021/7/16 下午8:46, tianxianting 写道: Do you interest in this patch? just little

Re: [PATCH] virtio-balloon: Use virtio_find_vqs() helper

2021-07-18 Thread Jason Wang
在 2021/7/16 下午8:46, tianxianting 写道: Do you interest in this patch? just little improvment:) 在 2021/7/13 下午11:38, Xianting Tian 写道: From: Xianting Tian Use the helper virtio_find_vqs(). Signed-off-by: Xianting Tian ---   drivers/virtio/virtio_balloon.c | 4 ++--   1 file changed, 2

Re: [PATCH] virtio-balloon: Use virtio_find_vqs() helper

2021-07-16 Thread David Hildenbrand
On 16.07.21 14:53, David Hildenbrand wrote: On 16.07.21 14:46, tianxianting wrote: Do you interest in this patch? just little improvment:) I am, especially when I'm cc'ed and aware of it ;) Sorry, just found it in my gmail spam folder ... WTH. Why does the original one get filtered but

Re: [PATCH] virtio-balloon: Use virtio_find_vqs() helper

2021-07-16 Thread David Hildenbrand
On 16.07.21 14:46, tianxianting wrote: Do you interest in this patch? just little improvment:) I am, especially when I'm cc'ed and aware of it ;) Reviewed-by: David Hildenbrand One nit below 在 2021/7/13 下午11:38, Xianting Tian 写道: From: Xianting Tian Use the helper virtio_find_vqs().