From 3a5bf13c0e7b427b805a372dc1ed1bd5d7759082 Mon Sep 17 00:00:00 2001 From: Yalei Wang Date: Tue, 13 Mar 2018 16:36:34 +0800 Subject: Clean up the src and update the doc Change-Id: If9c9cdb3ae5167198f0a2ae085871ff7134b32b0 Signed-off-by: Yalei Wang --- doc/Build_DMM.md | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'doc/Build_DMM.md') diff --git a/doc/Build_DMM.md b/doc/Build_DMM.md index 12105de..be49bd0 100644 --- a/doc/Build_DMM.md +++ b/doc/Build_DMM.md @@ -50,7 +50,7 @@ Check hugepage info HugePages_ ``` ``` - #mkdir /var/run/ip_module ##if not exist + #mkdir -p /var/run/ip_module #export LD_LIBRARY_PATH=/root/xxxx/DMM/release/lib64/ ``` Note: @@ -76,34 +76,3 @@ Note: ``` #make -j 8 ``` - Note: - - Sometimes compilation fails due to GLOB lib dependency, to solve this problem by following steps. - -``` - #cd ../thirdparty/glog/glog-0.3.4 - #sudo autoreconf -ivf - #cd - #make -j 8 - #bash -x release_tar.sh -``` - -Note: - - Update path of DPDK install with /root/dpdk_build/tmp2 in below file -``` - #vim ./release/script/nstack_var.sh # you can change it -``` - -# 4. Bring up the nStackMain process: -``` - #rm -rf /product - #mkdir /product/ - #chmod 777 /product/ - #mkdir /mnt/nstackhuge -p - #goto /DMM/ - #tar zxvf nStackServer.tar.gz - #cd nStackServer - #./start_nstack.sh - #ps -ef | grep nStackMain -``` \ No newline at end of file -- cgit 1.2.3-korg