Re: [dpdk-dev] [RFC 0/4] SocketPair Broker support for vhost and virtio-user.

2021-03-19 Thread Marc-André Lureau
e. When the org.foo service shows up, call org.foo.Connect() to return the fd of the client end (or throw an error etc) I don't think establishing socketpair connection between process peers sharing some ID, without any other context, is going to be so useful. The relation is usually not symmetrical, and you usually have associated setup/configuration details. -- Marc-André Lureau

Re: [dpdk-dev] [RFC 0/4] SocketPair Broker support for vhost and virtio-user.

2021-03-19 Thread Marc-André Lureau
Hi On Fri, Mar 19, 2021 at 7:37 PM Ilya Maximets wrote: > On 3/19/21 3:16 PM, Stefan Hajnoczi wrote: > > On Thu, Mar 18, 2021 at 09:14:27PM +0100, Ilya Maximets wrote: > >> On 3/18/21 8:47 PM, Ilya Maximets wrote: > >>> On 3/18/21 6:52 PM, Stefan Hajnoczi wrote: > On Wed, Mar 17, 2021 at 09

[dpdk-dev] DPDK's vhost-user logging capability

2016-03-25 Thread Marc-André Lureau
Hi - Original Message - > On Wed, Mar 23, 2016 at 03:34:09PM +, shesha Sreenivasamurthy (shesha) > wrote: > > Hi All, > > > > I was going over vhost-user migration capability in DPDK in lieu of a > > Cisco's > > multi-q DPDK vhost-user application. I see that log_base address is > > i