Re: [RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support

2021-03-16 Thread Stefano Garzarella
On Tue, Mar 16, 2021 at 06:37:31AM +0300, Arseny Krasnov wrote: On 15.03.2021 18:22, Arseny Krasnov wrote: On 15.03.2021 14:40, Stefano Garzarella wrote: Hi Arseny, On Sun, Mar 07, 2021 at 08:57:19PM +0300, Arseny Krasnov wrote: This patchset implements support of SOCK_SEQPACKET for

Re: [RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support

2021-03-15 Thread Arseny Krasnov
On 15.03.2021 18:22, Arseny Krasnov wrote: > On 15.03.2021 14:40, Stefano Garzarella wrote: >> Hi Arseny, >> >> On Sun, Mar 07, 2021 at 08:57:19PM +0300, Arseny Krasnov wrote: >>> This patchset implements support of SOCK_SEQPACKET for virtio >>> transport. >>> As SOCK_SEQPACKET guarantees

Re: [RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support

2021-03-15 Thread Arseny Krasnov
On 15.03.2021 14:40, Stefano Garzarella wrote: > Hi Arseny, > > On Sun, Mar 07, 2021 at 08:57:19PM +0300, Arseny Krasnov wrote: >> This patchset implements support of SOCK_SEQPACKET for virtio >> transport. >> As SOCK_SEQPACKET guarantees to save record boundaries, so to >> do it, two n

Re: [RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support

2021-03-15 Thread Stefano Garzarella
Hi Arseny, On Sun, Mar 07, 2021 at 08:57:19PM +0300, Arseny Krasnov wrote: This patchset implements support of SOCK_SEQPACKET for virtio transport. As SOCK_SEQPACKET guarantees to save record boundaries, so to do it, two new packet operations were added: first for start of record

Re: [RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support

2021-03-10 Thread Arseny Krasnov
Hello, great, no problem! Thanks On 10.03.2021 13:06, Stefano Garzarella wrote: > Hi Arseny, > thanks for this new version. > > It's a busy week for me, but I hope to review this series by the end of > this week :-) > > Thanks, > Stefano > > On Sun, Mar 07, 2021 at 08:57:19PM +0300, Arseny Krasn

Re: [RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support

2021-03-10 Thread Stefano Garzarella
Hi Arseny, thanks for this new version. It's a busy week for me, but I hope to review this series by the end of this week :-) Thanks, Stefano On Sun, Mar 07, 2021 at 08:57:19PM +0300, Arseny Krasnov wrote: This patchset implements support of SOCK_SEQPACKET for virtio transport.

[RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support

2021-03-07 Thread Arseny Krasnov
This patchset implements support of SOCK_SEQPACKET for virtio transport. As SOCK_SEQPACKET guarantees to save record boundaries, so to do it, two new packet operations were added: first for start of record and second to mark end of record(SEQ_BEGIN and SEQ_END later). Also, both op