Re: [dpdk-dev] [PATCH v6 3/3] vhost: prevent zero copy mode if iommu is on

2019-10-11 Thread Maxime Coquelin
On 10/9/19 1:54 PM, Adrian Moreno wrote: > The simultaneous use of dequeue_zero_copy and IOMMU is problematic. > Not only because IOVA_VA mode is not supported but also because the > potential invalidation of guest pages while the buffers are in use, > is not handled. > > Prevent these two feat

[dpdk-dev] [PATCH v6 3/3] vhost: prevent zero copy mode if iommu is on

2019-10-09 Thread Adrian Moreno
The simultaneous use of dequeue_zero_copy and IOMMU is problematic. Not only because IOVA_VA mode is not supported but also because the potential invalidation of guest pages while the buffers are in use, is not handled. Prevent these two features to be enabled simultaneously. Fixes: 69c90e98f483