[spp] [PATCH 1/2] tools/sppc: fix bug of RTE_SDK not found

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Tue Nov 13 17:25:57 CET 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

Environmental variable RTE_SDK should be defiend in containers running
DPDK sample apps to find compiled binary, but not defined and failed to
launch. This update is add the variable as config activated while the
container is launched.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 tools/sppc/conf/env.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/sppc/conf/env.py b/tools/sppc/conf/env.py
index 549b4dc..f6df15a 100644
--- a/tools/sppc/conf/env.py
+++ b/tools/sppc/conf/env.py
@@ -4,6 +4,7 @@
 
 
 HOMEDIR = '/root'
+RTE_SDK = '/root/dpdk'
 RTE_TARGET = 'x86_64-native-linuxapp-gcc'
 
 CONTAINER_IMG_NAME = {
-- 
2.7.4



More information about the spp mailing list