Re: [dpdk-dev] [PATCH v3 0/6] vhost: improve ready state

2020-07-16 Thread Wang, Yinan
ubject: Re: [dpdk-dev] [PATCH v3 0/6] vhost: improve ready state > > > > On 6/29/20 4:08 PM, Matan Azrad wrote: > > Due to the issue described in "vhost: improve device ready definition" > > patch here, we need to change the ready state definition in vhost device.

Re: [dpdk-dev] [PATCH v3 0/6] vhost: improve ready state

2020-06-29 Thread Maxime Coquelin
On 6/29/20 4:08 PM, Matan Azrad wrote: > Due to the issue described in "vhost: improve device ready definition" > patch here, we need to change the ready state definition in vhost device. > > To support the suggestion improvement there is update for the host notifier > control API. > > Also n

[dpdk-dev] [PATCH v3 0/6] vhost: improve ready state

2020-06-29 Thread Matan Azrad
Due to the issue described in "vhost: improve device ready definition" patch here, we need to change the ready state definition in vhost device. To support the suggestion improvement there is update for the host notifier control API. Also need to skip access lock when vDPA device is configured.