DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v3 0/2] vhost: fix async address mapping
@ 2022-02-15 15:02 xuan.ding
  2022-02-15 15:02 ` [PATCH v3 1/2] vhost: fix field naming in guest page struct xuan.ding
  2022-02-15 15:02 ` [PATCH v3 2/2] vhost: fix physical address mapping xuan.ding
  0 siblings, 2 replies; 3+ messages in thread
From: xuan.ding @ 2022-02-15 15:02 UTC (permalink / raw)
  To: maxime.coquelin, chenbo.xia
  Cc: dev, ktraynor, jiayu.hu, yuanx.wang, Xuan Ding

From: Xuan Ding <xuan.ding@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.

v3:
* Fix some format issues.

v2:
* Change the order of patch.

Xuan Ding (2):
  vhost: fix field naming in guest page struct
  vhost: fix physical address mapping

 lib/vhost/vhost.h      |  11 ++--
 lib/vhost/vhost_user.c | 134 ++++++++++++++++++++---------------------
 lib/vhost/virtio_net.c |  11 ++--
 3 files changed, 77 insertions(+), 79 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-15  6:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 15:02 [PATCH v3 0/2] vhost: fix async address mapping xuan.ding
2022-02-15 15:02 ` [PATCH v3 1/2] vhost: fix field naming in guest page struct xuan.ding
2022-02-15 15:02 ` [PATCH v3 2/2] vhost: fix physical address mapping xuan.ding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).