Re: [dpdk-dev] [PATCH v3 0/4] Add support for GET/SET_STATUS on virtio-user pmd

2020-09-18 Thread Maxime Coquelin
On 8/5/20 4:45 PM, Adrian Moreno wrote: > Recently, two new messages have been added to the vhost-user protocol that > make the device initialization more robust. > > VHOST_VIRTIO_SET_STATUS allows the driver to set the device status > VHOST_VIRTIO_GET_STATUS allows the driver to read the statu

[dpdk-dev] [PATCH v3 0/4] Add support for GET/SET_STATUS on virtio-user pmd

2020-08-05 Thread Adrian Moreno
Recently, two new messages have been added to the vhost-user protocol that make the device initialization more robust. VHOST_VIRTIO_SET_STATUS allows the driver to set the device status VHOST_VIRTIO_GET_STATUS allows the driver to read the status back from the device This series implements these