From 017df35d6c2a73dbdce22e260a8ca16e6b369a01 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 29 Jul 2015 08:02:34 +0100 Subject: src/dpdk: Enable building of vhost-user in src/dpdk. Allow vhost-user compilation by specifying make VHOST_USER=y in src/Makefile. This commit also fixes a dpdk linking issue by modifying config/common_linuxapp instead of passing args. JIRA: VSPERF-56 Change-Id: I0437bf92b37f8f5a1939690c308cd54dfbe017f0 Signed-off-by: Dino Simeon Madarang Signed-off-by: Martin Klozik Reviewed-by: Billy O Mahony Reviewed-by: Maryam Tahhan Reviewed-by: Eugene Snider Reviewed-by: Gurpreet Singh Reviewed-by: Tv Rao --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 3b7104ad..d16b093d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,6 +21,8 @@ include mk/master.mk +export VHOST_USER + # specify upstream package as SUBDIRS - common terms as suggest by gnu-make SUBDIRS = SUBDIRS += l2fwd -- cgit 1.2.3-korg