Next in thread → Next in month →

[PATCH v9 0/2] virtio-vsock: introduce SOCK_SEQPACKET description

From
Arseny Krasnov <>
Date
2021-09-03T06:20:49+00:00
ID
Thread
[PATCH v9 0/2] virtio-vsock: introduce SOCK_SEQPACKET description
This adds description of SOCK_SEQPACKET type for virtio-vsock.

Here is merged Linux implementation:
https://lore.kernel.org/netdev/[email protected]/

Here is extra patchset for record boundaries:
https://lkml.org/lkml/2021/9/3/71

Also this patchset has patch which replaces enums to defines in
virtio-vsock part of spec. SOCK_SEQPACKET patch is based on it.

 Arseny Krasnov(2):
  virtio-vsock: use C style defines for constants
  virtio-vsock: SOCK_SEQPACKET description

 virtio-vsock.tex | 91 ++++++++++++++++++++++++++++++++--------------
 1 files changed, 63 insertions(+), 28 deletions(-)

 v8 -> v9:
 - Use bit shift for EOR and EOM constants.
 - Rephrase definition of 'message'.

 v7 -> v8:
 - Message and reconrd boundaries description rephrased.

 v6 -> v7:
 - Added record boundaries bit description.

-- 
2.25.1
Next in thread → Next in month →