[dpdk-dev] [PATCH v2] examples/multi_process: add l2fwd_fork to Makefile

Emma Kenny emma.kenny at intel.com
Tue Jul 3 18:16:45 CEST 2018


l2fwd_fork is not complied by default, this will make it compile

Fixes: 95e8005a56e8 ("examples/l2fwd_fork: new app")

Signed-off-by: Emma Kenny <emma.kenny at intel.com>
---
 examples/multi_process/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/multi_process/Makefile b/examples/multi_process/Makefile
index a6708b7..5961d28 100644
--- a/examples/multi_process/Makefile
+++ b/examples/multi_process/Makefile
@@ -13,5 +13,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += client_server_mp
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += simple_mp
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += symmetric_mp
+DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += l2fwd_fork
 
 include $(RTE_SDK)/mk/rte.extsubdir.mk
-- 
2.9.5



More information about the dev mailing list