RE: [PATCH v2 0/2] vhost: fix async address mapping

2022-02-10 Thread Ding, Xuan
Hi Maxime & Kevin, > -Original Message- > From: Maxime Coquelin > Sent: 2022年2月4日 18:57 > To: Ding, Xuan ; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Wang, YuanX > > Subject: Re: [PATCH v2 0/2] vhost: fix async address mapping > > > > On 1/1

Re: [PATCH v2 0/2] vhost: fix async address mapping

2022-02-04 Thread Maxime Coquelin
On 1/19/22 16:10, xuan.d...@intel.com wrote: From: Xuan Ding This patchset fixes the issue of incorrect DMA mapping in PA mode. Due to the ambiguity of host_phys_addr naming in the guest page struct, rename it to host_iova. v2: * Change the order of patch. Xuan Ding (2): vhost: rename f

Re: [PATCH v2 0/2] vhost: fix async address mapping

2022-02-04 Thread Maxime Coquelin
On 2/1/22 12:29, Kevin Traynor wrote: On 01/02/2022 08:28, Maxime Coquelin wrote: On 1/19/22 16:10, xuan.d...@intel.com wrote: From: Xuan Ding This patchset fixes the issue of incorrect DMA mapping in PA mode. Due to the ambiguity of host_phys_addr naming in the guest page struct, rename

Re: [PATCH v2 0/2] vhost: fix async address mapping

2022-02-01 Thread Kevin Traynor
On 01/02/2022 08:28, Maxime Coquelin wrote: On 1/19/22 16:10, xuan.d...@intel.com wrote: From: Xuan Ding This patchset fixes the issue of incorrect DMA mapping in PA mode. Due to the ambiguity of host_phys_addr naming in the guest page struct, rename it to host_iova. v2: * Change the order

Re: [PATCH v2 0/2] vhost: fix async address mapping

2022-02-01 Thread Maxime Coquelin
On 1/19/22 16:10, xuan.d...@intel.com wrote: From: Xuan Ding This patchset fixes the issue of incorrect DMA mapping in PA mode. Due to the ambiguity of host_phys_addr naming in the guest page struct, rename it to host_iova. v2: * Change the order of patch. I'm not sure why you changed the