Re: [dpdk-dev] [PATCH v3 0/2] Vhost-vDPA fixes

2021-01-11 Thread Maxime Coquelin
On 1/8/21 10:41 AM, Maxime Coquelin wrote: > Vhost-vDPA support in Virtio-user PMD was lacking > backend features negotiation and IOTLB batching > support, causing intialization issues with Mellanox > vDPA device managed by Kernel vDPA framework. > > Changes in v3: > = > - Fix proto

[dpdk-dev] [PATCH v3 0/2] Vhost-vDPA fixes

2021-01-08 Thread Maxime Coquelin
Vhost-vDPA support in Virtio-user PMD was lacking backend features negotiation and IOTLB batching support, causing intialization issues with Mellanox vDPA device managed by Kernel vDPA framework. Changes in v3: = - Fix protocol features negotiation condition (Chenbo) - Fixup comment in