[dpdk-stable] patch 'examples/multi_process: build l2fwd_fork app'	has been queued to LTS release 16.11.8
    luca.boccassi at gmail.com 
    luca.boccassi at gmail.com
       
    Tue Jul 24 18:07:46 CEST 2018
    
    
  
Hi,
FYI, your patch has been queued to LTS release 16.11.8
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/26/18. So please
shout if anyone has objections.
Thanks.
Luca Boccassi
---
>From 31d2f878d40282d935a9590e4c6e6edc7e0d5c83 Mon Sep 17 00:00:00 2001
From: Emma Kenny <emma.kenny at intel.com>
Date: Tue, 3 Jul 2018 17:16:45 +0100
Subject: [PATCH] examples/multi_process: build l2fwd_fork app
[ upstream commit 26fd4b73125ca77690f7a97423e6b031ea98835d ]
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>
Acked-by: Ferruh Yigit <ferruh.yigit 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 6b315cc0e..39306f307 100644
--- a/examples/multi_process/Makefile
+++ b/examples/multi_process/Makefile
@@ -41,5 +41,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.18.0
    
    
More information about the stable
mailing list