Re: [RFC PATCH v3 05/13] af_vsock: rest of SEQPACKET support

2021-01-28 Thread Stefano Garzarella
On Mon, Jan 25, 2021 at 02:13:18PM +0300, Arseny Krasnov wrote: This does rest of SOCK_SEQPACKET support: 1) Adds socket ops for SEQPACKET type. 2) Allows to create socket with SEQPACKET type. Signed-off-by: Arseny Krasnov --- net/vmw_vsock/af_vsock.c | 71

[RFC PATCH v3 05/13] af_vsock: rest of SEQPACKET support

2021-01-25 Thread Arseny Krasnov
This does rest of SOCK_SEQPACKET support: 1) Adds socket ops for SEQPACKET type. 2) Allows to create socket with SEQPACKET type. Signed-off-by: Arseny Krasnov --- net/vmw_vsock/af_vsock.c | 71 1 file changed, 71 insertions(+) diff --git