Re: [RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend

2022-06-21 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > On Tue, Jun 21, 2022 at 11:31:36AM +0100, Dr. David Alan Gilbert wrote: > > * Laurent Vivier (lviv...@redhat.com) wrote: > > > On 20/06/2022 20:24, Dr. David Alan Gilbert wrote: > > > > * Laurent Vivier (lviv...@redhat.com) wrote: > > > > > "-netd

Re: [RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend

2022-06-21 Thread Daniel P . Berrangé
On Tue, Jun 21, 2022 at 11:31:36AM +0100, Dr. David Alan Gilbert wrote: > * Laurent Vivier (lviv...@redhat.com) wrote: > > On 20/06/2022 20:24, Dr. David Alan Gilbert wrote: > > > * Laurent Vivier (lviv...@redhat.com) wrote: > > > > "-netdev socket" only supports inet sockets. > > > > > > > > It's

Re: [RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend

2022-06-21 Thread Dr. David Alan Gilbert
* Laurent Vivier (lviv...@redhat.com) wrote: > On 20/06/2022 20:24, Dr. David Alan Gilbert wrote: > > * Laurent Vivier (lviv...@redhat.com) wrote: > > > "-netdev socket" only supports inet sockets. > > > > > > It's not a complex task to add support for unix sockets, but > > > the socket netdev par

Re: [RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend

2022-06-21 Thread Laurent Vivier
On 20/06/2022 20:24, Dr. David Alan Gilbert wrote: * Laurent Vivier (lviv...@redhat.com) wrote: "-netdev socket" only supports inet sockets. It's not a complex task to add support for unix sockets, but the socket netdev parameters are not defined to manage well unix socket parameters. As discu

Re: [RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend

2022-06-20 Thread Dr. David Alan Gilbert
* Laurent Vivier (lviv...@redhat.com) wrote: > "-netdev socket" only supports inet sockets. > > It's not a complex task to add support for unix sockets, but > the socket netdev parameters are not defined to manage well unix > socket parameters. > > As discussed in: > > "socket.c added support

[RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend

2022-06-20 Thread Laurent Vivier
"-netdev socket" only supports inet sockets. It's not a complex task to add support for unix sockets, but the socket netdev parameters are not defined to manage well unix socket parameters. As discussed in: "socket.c added support for unix domain socket datagram transport" https://lore.kern