Re: [dpdk-dev] [PATCH] vhost: maintain separate virtio features field

2018-03-28 Thread Maxime Coquelin
Hi Tomasz, On 03/05/2018 04:49 PM, Tomasz Kulasek wrote: There are two separate abstraction layers: * vsocket - which represents a unix domain socket * virtio_net - which represents a vsocket connection There can be many connections on the same socket. vsocket provides an API to enable/disable

[dpdk-dev] [PATCH] vhost: maintain separate virtio features field

2018-03-05 Thread Tomasz Kulasek
There are two separate abstraction layers: * vsocket - which represents a unix domain socket * virtio_net - which represents a vsocket connection There can be many connections on the same socket. vsocket provides an API to enable/disable particular virtio features on the fly, but it's the virtio_n