RE: [PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports

2019-10-30 Thread Jorgen Hansen via Virtualization
> From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Wednesday, October 23, 2019 11:56 AM > Subject: [PATCH net-next 08/14] vsock: add vsock_create_connected() called > by transports > > All transports call __vsock_create() with the same parameters, > m

Re: [PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports

2019-10-27 Thread Stefan Hajnoczi
On Wed, Oct 23, 2019 at 11:55:48AM +0200, Stefano Garzarella wrote: > All transports call __vsock_create() with the same parameters, > most of them depending on the parent socket. In order to simplify > the VSOCK core APIs exposed to the transports, this patch adds > the vsock_create_connected()

[PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports

2019-10-23 Thread Stefano Garzarella
All transports call __vsock_create() with the same parameters, most of them depending on the parent socket. In order to simplify the VSOCK core APIs exposed to the transports, this patch adds the vsock_create_connected() callable from transports to create a new socket when a connection request is