Re: [dpdk-dev] [PATCH v3 03/11] net/virtio-user: add unsupported features mask

2018-06-28 Thread Maxime Coquelin
On 06/28/2018 11:52 PM, Marvin Liu wrote: This patch introduces unsupported features mask for virtio-user device. For virtio-user server mode, when reconnecting virtio-user will retrieve vhost device features as base and then unmask unsupported features. Signed-off-by: Marvin Liu Reviewed

[dpdk-dev] [PATCH v3 03/11] net/virtio-user: add unsupported features mask

2018-06-28 Thread Marvin Liu
This patch introduces unsupported features mask for virtio-user device. For virtio-user server mode, when reconnecting virtio-user will retrieve vhost device features as base and then unmask unsupported features. Signed-off-by: Marvin Liu diff --git a/drivers/net/virtio/virtio_user/virtio_user_d