Re: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status message

2020-07-06 Thread Adrian Moreno
dhat.com; >> Wang, Xiao W ; viachesl...@mellanox.com >> Cc: jasow...@redhat.com; l...@redhat.com >> Subject: Re: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get >> status >> message >> >> >> >> On 7/6/20 5:22 AM, Xia, Chenbo wrote: >>>

Re: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status message

2020-07-06 Thread Xia, Chenbo
.com; l...@redhat.com > Subject: Re: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get > status > message > > > > On 7/6/20 5:22 AM, Xia, Chenbo wrote: > > Hi Adrian, > > > >> -Original Message- > >> From: dev On Behalf Of Adrian Mo

Re: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status message

2020-07-06 Thread Adrian Moreno
coque...@redhat.com; >> Wang, Xiao W ; viachesl...@mellanox.com >> Cc: jasow...@redhat.com; l...@redhat.com; Adrian Moreno >> >> Subject: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status >> message >> >> This patch adds support to the new Virti

Re: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status message

2020-07-06 Thread Adrian Moreno
coque...@redhat.com; >> Wang, Xiao W ; viachesl...@mellanox.com >> Cc: jasow...@redhat.com; l...@redhat.com; Adrian Moreno >> >> Subject: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status >> message >> >> This patch adds support to the new Virti

Re: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status message

2020-07-05 Thread Xia, Chenbo
asow...@redhat.com; l...@redhat.com; Adrian Moreno > > Subject: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status > message > > This patch adds support to the new Virtio device get status Vhost-user > message. > > The driver can send this new message to re

Re: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status message

2020-07-05 Thread Xia, Chenbo
asow...@redhat.com; l...@redhat.com; Adrian Moreno > > Subject: [dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status > message > > This patch adds support to the new Virtio device get status Vhost-user > message. > > The driver can send this new message to re

[dpdk-dev] [PATCH v2 6/8] vhost: add support for virtio get status message

2020-07-02 Thread Adrian Moreno
This patch adds support to the new Virtio device get status Vhost-user message. The driver can send this new message to read the device status. One of the uses of this message is to ensure the feature negotiation has succeded. According to the virtio spec, after completing the feature negotiatio