Re: [PATCH 16/16] vhost-net: vq reset feature bit support

2022-07-26 Thread Kangjie Xu
在 2022/7/27 12:53, Jason Wang 写道: On Tue, Jul 26, 2022 at 2:24 PM Kangjie Xu wrote: 在 2022/7/26 12:28, Jason Wang 写道: 在 2022/7/18 19:17, Kangjie Xu 写道: Add support for negotation of vq reset feature bit. Signed-off-by: Kangjie Xu Signed-off-by: Xuan Zhuo I'd suggest to add support for

Re: [PATCH 16/16] vhost-net: vq reset feature bit support

2022-07-26 Thread Jason Wang
On Tue, Jul 26, 2022 at 2:24 PM Kangjie Xu wrote: > > > 在 2022/7/26 12:28, Jason Wang 写道: > > > > 在 2022/7/18 19:17, Kangjie Xu 写道: > >> Add support for negotation of vq reset feature bit. > >> > >> Signed-off-by: Kangjie Xu > >> Signed-off-by: Xuan Zhuo > > > > > > I'd suggest to add support fo

Re: [PATCH 16/16] vhost-net: vq reset feature bit support

2022-07-25 Thread Kangjie Xu
在 2022/7/26 12:28, Jason Wang 写道: 在 2022/7/18 19:17, Kangjie Xu 写道: Add support for negotation of vq reset feature bit. Signed-off-by: Kangjie Xu Signed-off-by: Xuan Zhuo I'd suggest to add support for vhost-net kernel as well. It looks much more easier than vhost-user (I guess a stop/

Re: [PATCH 16/16] vhost-net: vq reset feature bit support

2022-07-25 Thread Jason Wang
在 2022/7/18 19:17, Kangjie Xu 写道: Add support for negotation of vq reset feature bit. Signed-off-by: Kangjie Xu Signed-off-by: Xuan Zhuo I'd suggest to add support for vhost-net kernel as well. It looks much more easier than vhost-user (I guess a stop/start would do the trick). Thanks

[PATCH 16/16] vhost-net: vq reset feature bit support

2022-07-18 Thread Kangjie Xu
Add support for negotation of vq reset feature bit. Signed-off-by: Kangjie Xu Signed-off-by: Xuan Zhuo --- hw/net/vhost_net.c | 1 + hw/net/virtio-net.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c index 4f5f034c11..de910f6466 1