Re: [dpdk-dev] [PATCH 1/3] net/virtio: add vhost-user protocol features support

2020-06-17 Thread Maxime Coquelin
@mellanox.com >> Cc: Maxime Coquelin >> Subject: [dpdk-dev] [PATCH 1/3] net/virtio: add vhost-user protocol features >> support >> >> This patch adds support for Vhost-user protocol features. >> It is required to support protocol features that were not in initial &g

Re: [dpdk-dev] [PATCH 1/3] net/virtio: add vhost-user protocol features support

2020-06-17 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: dev On Behalf Of Maxime Coquelin > Sent: Thursday, May 28, 2020 3:46 PM > To: dev@dpdk.org; amore...@redhat.com; Ye, Xiaolong > ; shah...@mellanox.com; ma...@mellanox.com > Cc: Maxime Coquelin > Subject: [dpdk-dev] [PATCH

[dpdk-dev] [PATCH 1/3] net/virtio: add vhost-user protocol features support

2020-05-28 Thread Maxime Coquelin
This patch adds support for Vhost-user protocol features. It is required to support protocol features that were not in initial Vhost-user specification, such as reply-ack, MTU... Also, this patch prevents Virtio multiqueue feature negotiation if the slave does not support MQ protocol feature as st