Re: [dpdk-dev] [PATCH v3 5/6] net/virtio-user: don't assume vhost status feature

2020-10-28 Thread Maxime Coquelin
On 10/26/20 5:39 PM, Adrian Moreno wrote: > There are some status reads and updates that need to happen before the > protocol features are negotiated. Therefore, assuming the backend does > support this feature can lead to failures. > > On server mode, do not assume the backend supports > VHOST

[dpdk-dev] [PATCH v3 5/6] net/virtio-user: don't assume vhost status feature

2020-10-26 Thread Adrian Moreno
There are some status reads and updates that need to happen before the protocol features are negotiated. Therefore, assuming the backend does support this feature can lead to failures. On server mode, do not assume the backend supports VHOST_USER_PROTOCOL_F_STATUS. Activate it back on reconnection