Re: [dpdk-dev] [PATCH 3/3] net/virtio: add Virtio status support to Virtio-user

2020-06-17 Thread Maxime Coquelin
@mellanox.com >> Cc: Maxime Coquelin >> Subject: [dpdk-dev] [PATCH 3/3] net/virtio: add Virtio status support to >> Virtio- >> user >> >> This patch adds support for VHOST_USER_SET_STATUS request. It is used to >> make the backend aware of Virtio devices statu

Re: [dpdk-dev] [PATCH 3/3] net/virtio: add Virtio status support to Virtio-user

2020-06-17 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: dev On Behalf Of Maxime Coquelin > Sent: Thursday, May 28, 2020 3:46 PM > To: dev@dpdk.org; amore...@redhat.com; Ye, Xiaolong > ; shah...@mellanox.com; ma...@mellanox.com > Cc: Maxime Coquelin > Subject: [dpdk-dev] [PATCH

[dpdk-dev] [PATCH 3/3] net/virtio: add Virtio status support to Virtio-user

2020-05-28 Thread Maxime Coquelin
This patch adds support for VHOST_USER_SET_STATUS request. It is used to make the backend aware of Virtio devices status update. It is useful for the backend to know when the Virtio driver is done with the Virtio device configuration. Signed-off-by: Maxime Coquelin --- drivers/net/virtio/virtio