Re: [dpdk-dev] [PATCH v6 2/3] vhost: convert buffer addresses to GPA for logging

2019-10-11 Thread Maxime Coquelin
On 10/9/19 1:54 PM, Adrian Moreno wrote: > Add IOVA versions of dirty page logging functions. > > Note that the API facing rte_vhost_log_write is not modified. > So, make explicit that it expects the address in GPA space. > > Fixes: 69c90e98f483 ("vhost: enable IOMMU support") > Cc: maxime.coq

[dpdk-dev] [PATCH v6 2/3] vhost: convert buffer addresses to GPA for logging

2019-10-09 Thread Adrian Moreno
Add IOVA versions of dirty page logging functions. Note that the API facing rte_vhost_log_write is not modified. So, make explicit that it expects the address in GPA space. Fixes: 69c90e98f483 ("vhost: enable IOMMU support") Cc: maxime.coque...@redhat.com Cc: sta...@dpdk.org Signed-off-by: Adrian