]> git.droids-corp.org - dpdk.git/commit
vhost: fix field naming in guest page struct
authorXuan Ding <xuan.ding@intel.com>
Tue, 15 Feb 2022 15:02:25 +0000 (15:02 +0000)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Tue, 15 Feb 2022 10:49:47 +0000 (11:49 +0100)
commit2ec359747e61db15ab18a78fa35f503a4f647463
tree4ad9b2fd6d429a0ef8bc69f832a9ea8a8e8dd105
parentf2566bfa80ef97d61cd88e6d951d1a87166c239a
vhost: fix field naming in guest page struct

This patch renames the host_phys_addr to host_iova in guest_page
struct. The host_phys_addr is iova, it depends on the DPDK
IOVA mode.

Fixes: e246896178e6 ("vhost: get guest/host physical address mappings")
Cc: stable@dpdk.org
Signed-off-by: Xuan Ding <xuan.ding@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
lib/vhost/vhost.h
lib/vhost/vhost_user.c
lib/vhost/virtio_net.c