Re: [RFC PATCH v6 17/22] virtio/vsock: SEQPACKET feature bit support

2021-03-15 Thread Stefano Garzarella
On Sun, Mar 07, 2021 at 09:04:01PM +0300, Arseny Krasnov wrote: This adds handling of SEQPACKET bit: guest tries to negotiate it with vhost. Signed-off-by: Arseny Krasnov --- net/vmw_vsock/virtio_transport.c | 5 + 1 file changed, 5 insertions(+) Also for this patch I think is better to mo

[RFC PATCH v6 17/22] virtio/vsock: SEQPACKET feature bit support

2021-03-07 Thread Arseny Krasnov
This adds handling of SEQPACKET bit: guest tries to negotiate it with vhost. Signed-off-by: Arseny Krasnov --- net/vmw_vsock/virtio_transport.c | 5 + 1 file changed, 5 insertions(+) diff --git a/net/vmw_vsock/virtio_transport.c b/net/vmw_vsock/virtio_transport.c index 2700a63ab095..41c5d0a