[PATCH v2 0/2] vhost: fix async address mapping
Ding, Xuan
xuan.ding at intel.com
Fri Feb 11 03:48:28 CET 2022
Hi Maxime & Kevin,
> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin at redhat.com>
> Sent: 2022年2月4日 18:57
> To: Ding, Xuan <xuan.ding at intel.com>; Xia, Chenbo <chenbo.xia at intel.com>
> Cc: dev at dpdk.org; Hu, Jiayu <jiayu.hu at intel.com>; Wang, YuanX
> <yuanx.wang at intel.com>
> Subject: Re: [PATCH v2 0/2] vhost: fix async address mapping
>
>
>
> On 1/19/22 16:10, xuan.ding at intel.com wrote:
> > From: Xuan Ding <xuan.ding at intel.com>
> >
> > 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.
The consideration of changing the order here is to avoid the fix patch
using the previous variable name(host_phys_addr), so rename the variable first.
> >
> > Xuan Ding (2):
> > vhost: rename field in guest page struct
> > vhost: fix physical address mapping
> >
> > lib/vhost/vhost.h | 11 ++--
> > lib/vhost/vhost_user.c | 130 ++++++++++++++++++++---------------------
> > lib/vhost/virtio_net.c | 11 ++--
> > 3 files changed, 75 insertions(+), 77 deletions(-)
> >
>
> I was willing to apply the series, but it does not apply.
> Could you please rebase with taking our comments into account?
Thanks for your comments, I will send a new patch set applied with your comments.
Regards,
Xuan
>
> Thanks,
> Maxime
More information about the dev
mailing list