Re: [PATCH RFC v6 10/11] vhost/vsock: switch to the buf API

2020-06-08 Thread Stefano Garzarella
On Mon, Jun 08, 2020 at 08:53:13AM -0400, Michael S. Tsirkin wrote: > A straight-forward conversion. > > Signed-off-by: Michael S. Tsirkin > --- > drivers/vhost/vsock.c | 30 ++ > 1 file changed, 18 insertions(+), 12 deletions(-) I ran the vsock tests again with this

[PATCH RFC v6 10/11] vhost/vsock: switch to the buf API

2020-06-08 Thread Michael S. Tsirkin
A straight-forward conversion. Signed-off-by: Michael S. Tsirkin --- drivers/vhost/vsock.c | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c index a483cec31d5c..61c6d3dd2ae3 100644 --- a/drivers/vhos