Re: [dpdk-dev] [PATCH v3 00/19] Vhost-user: Implement device IOTLB support

2017-10-05 Thread Yuanhan Liu
Series applied to dpdk-next-virtio. Thanks. --yliu On Thu, Oct 05, 2017 at 10:36:08AM +0200, Maxime Coquelin wrote: > This v3 lists the feature in the release note, and fixes the bug in > is_vring_iotlb_update() reported by Yuanhan. > > The purpose of this series is to add support for >

[dpdk-dev] [PATCH v3 00/19] Vhost-user: Implement device IOTLB support

2017-10-05 Thread Maxime Coquelin
This v3 lists the feature in the release note, and fixes the bug in is_vring_iotlb_update() reported by Yuanhan. The purpose of this series is to add support for VIRTIO_F_IOMMU_PLATFORM feature, by implementing device IOTLB in the vhost-user backend. It improves the guest safety by enabling the po