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

2019-10-08 Thread Adrian Moreno
On 10/8/19 10:01 AM, Tiwei Bie wrote: > On Tue, Oct 08, 2019 at 09:43:48AM +0200, Maxime Coquelin wrote: >> On 10/8/19 9:38 AM, Adrian Moreno wrote: >>> On 10/8/19 8:30 AM, Tiwei Bie wrote: On Fri, Sep 27, 2019 at 08:37:58PM +0200, Adrian Moreno wrote: > Note that the API facing rte_vhost_

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

2019-10-08 Thread Tiwei Bie
On Tue, Oct 08, 2019 at 09:43:48AM +0200, Maxime Coquelin wrote: > On 10/8/19 9:38 AM, Adrian Moreno wrote: > > On 10/8/19 8:30 AM, Tiwei Bie wrote: > >> On Fri, Sep 27, 2019 at 08:37:58PM +0200, Adrian Moreno wrote: > >>> Note that the API facing rte_vhost_log_write is not modified. > >>> So, make

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

2019-10-08 Thread Maxime Coquelin
On 10/8/19 9:38 AM, Adrian Moreno wrote: > On 10/8/19 8:30 AM, Tiwei Bie wrote: >> On Fri, Sep 27, 2019 at 08:37:58PM +0200, Adrian Moreno wrote: >>> Note that the API facing rte_vhost_log_write is not modified. >>> So, make explicit that it expects the address in GPA space. >>> >>> Fixes: 69c90

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

2019-10-08 Thread Adrian Moreno
On 10/8/19 8:30 AM, Tiwei Bie wrote: > On Fri, Sep 27, 2019 at 08:37:58PM +0200, Adrian Moreno wrote: >> 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: maxi

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

2019-10-07 Thread Tiwei Bie
On Fri, Sep 27, 2019 at 08:37:58PM +0200, Adrian Moreno wrote: > 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.or

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

2019-09-27 Thread Adrian Moreno
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 Moreno --- lib/librte_vhost/rte_vhost.h | 2 +-