vDPA device driver needs to know all the guest virtio information which is recorded in virtio_net structure.
Signed-off-by: Xiao Wang <xiao.w.w...@intel.com> --- lib/librte_vhost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_vhost/Makefile b/lib/librte_vhost/Makefile index 47930ba..85d9851 100644 --- a/lib/librte_vhost/Makefile +++ b/lib/librte_vhost/Makefile @@ -52,6 +52,6 @@ SRCS-$(CONFIG_RTE_LIBRTE_VHOST) := fd_man.c iotlb.c socket.c vhost.c \ vhost_user.c virtio_net.c vdpa.c # install includes -SYMLINK-$(CONFIG_RTE_LIBRTE_VHOST)-include += rte_vhost.h rte_vdpa.h +SYMLINK-$(CONFIG_RTE_LIBRTE_VHOST)-include += rte_vhost.h rte_vdpa.h vhost.h vhost_user.h include $(RTE_SDK)/mk/rte.lib.mk -- 1.8.3.1