Re: [dpdk-dev] [PATCH 4/6] net/virtio-user: fix device features for server mode

2018-10-30 Thread Maxime Coquelin
On 10/29/18 6:28 AM, Tiwei Bie wrote: We need to save the supported frontend features (which won't be announced by vhost backend), otherwise we will lost them when the connection to vhost-user backend is established in server mode. Fixes: 201a41651715 ("net/virtio-user: fix multiple queues fa

[dpdk-dev] [PATCH 4/6] net/virtio-user: fix device features for server mode

2018-10-28 Thread Tiwei Bie
We need to save the supported frontend features (which won't be announced by vhost backend), otherwise we will lost them when the connection to vhost-user backend is established in server mode. Fixes: 201a41651715 ("net/virtio-user: fix multiple queues fail in server mode") Cc: sta...@dpdk.org Si