Re: [dpdk-dev] [PATCH 6/9] vhost: add support for virtio status

2020-06-22 Thread Xia, Chenbo
: jasow...@redhat.com; l...@redhat.com > Subject: Re: [dpdk-dev] [PATCH 6/9] vhost: add support for virtio status > > Hi Chenbo > > On 6/16/20 6:29 AM, Xia, Chenbo wrote: > > Hi Maxime, > > > >> -Original Message- > >> From: dev On Behalf Of Maxime Coq

Re: [dpdk-dev] [PATCH 6/9] vhost: add support for virtio status

2020-06-22 Thread Adrian Moreno
dhat.com; Wang, Xiao W >> ; viachesl...@mellanox.com; dev@dpdk.org >> Cc: jasow...@redhat.com; l...@redhat.com; Maxime Coquelin >> >> Subject: [dpdk-dev] [PATCH 6/9] vhost: add support for virtio status >> >> This patch adds support to the new Virtio device stat

Re: [dpdk-dev] [PATCH 6/9] vhost: add support for virtio status

2020-06-15 Thread Xia, Chenbo
asow...@redhat.com; l...@redhat.com; Maxime Coquelin > > Subject: [dpdk-dev] [PATCH 6/9] vhost: add support for virtio status > > This patch adds support to the new Virtio device status Vhost-user protocol > feature. > > Getting such information in the backend helps to know

Re: [dpdk-dev] [PATCH 6/9] vhost: add support for virtio status

2020-06-10 Thread Xia, Chenbo
asow...@redhat.com; l...@redhat.com; Maxime Coquelin > > Subject: [dpdk-dev] [PATCH 6/9] vhost: add support for virtio status > > This patch adds support to the new Virtio device status Vhost-user protocol > feature. > > Getting such information in the backend helps to know

[dpdk-dev] [PATCH 6/9] vhost: add support for virtio status

2020-05-14 Thread Maxime Coquelin
This patch adds support to the new Virtio device status Vhost-user protocol feature. Getting such information in the backend helps to know when the driver is done with the device configuration and so makes the initialization phase more robust. Signed-off-by: Maxime Coquelin --- lib/librte_vhost