Re: [dpdk-dev] [RFC 2/3] vhost: add SET_VIRTIO_STATUS support

2018-02-27 Thread Maxime Coquelin
On 02/27/2018 02:10 PM, Jens Freimann wrote: On Thu, Feb 22, 2018 at 07:19:09PM +0100, Maxime Coquelin wrote: This patch implements support for the new SET_VIRTIO_STATUS vhost-user request. The main use for this new request is for the backend to know when the driver sets the DRIVER_OK status

Re: [dpdk-dev] [RFC 2/3] vhost: add SET_VIRTIO_STATUS support

2018-02-27 Thread Jens Freimann
On Thu, Feb 22, 2018 at 07:19:09PM +0100, Maxime Coquelin wrote: This patch implements support for the new SET_VIRTIO_STATUS vhost-user request. The main use for this new request is for the backend to know when the driver sets the DRIVER_OK status bit. Starting Virtio 1.0, we know that once the

[dpdk-dev] [RFC 2/3] vhost: add SET_VIRTIO_STATUS support

2018-02-22 Thread Maxime Coquelin
This patch implements support for the new SET_VIRTIO_STATUS vhost-user request. The main use for this new request is for the backend to know when the driver sets the DRIVER_OK status bit. Starting Virtio 1.0, we know that once the the bit is set, no more queues will be initialized. When it happens