Re: [dpdk-dev] [PATCH v2 3/3] drivers: move ifc driver to the vDPA class From: Thomas Monjalon <hidden> Date: 2020-01-13 22:57:34 09/01/2020 12:00, Matan Azrad:quoted hunk ↗ jump to hunk--- a/drivers/vdpa/Makefile +++ b/drivers/vdpa/Makefile +ifeq ($(CONFIG_RTE_LIBRTE_VHOST),y) +ifeq ($(CONFIG_RTE_EAL_VFIO),y) +DIRS-$(CONFIG_RTE_LIBRTE_IFC_PMD) += ifc +endif +endif # $(CONFIG_RTE_LIBRTE_VHOST) All vDPA drivers will need vhost lib. As it is already a dependency in drivers/Makefile, I will remove ifeq/endif vhost from here.
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help