Re: [PATCH v10 06/18] af_vsock: rest of SEQPACKET support
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2021-05-25 14:17:32
Also in:
kvm, lkml, virtualization
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2021-05-25 14:17:32
Also in:
kvm, lkml, virtualization
On Thu, May 20, 2021 at 10:16:36PM +0300, Arseny Krasnov wrote:
To make SEQPACKET socket functional, socket ops was added for SEQPACKET type and such type of socket was allowed to create.
If you need to resend, I think is better to use the present in the commit message. Maybe you can rephrase something like this: "Add socket ops for SEQPACKET type and .seqpacket_allow() callback to query transports if they support SEQPACKET"
Signed-off-by: Arseny Krasnov <redacted> --- include/net/af_vsock.h | 1 + net/vmw_vsock/af_vsock.c | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 36 insertions(+), 1 deletion(-)
The patch LGTM: Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>