aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Build_DMM.md
diff options
context:
space:
mode:
authorYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:36:34 +0800
committerYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:53:35 +0800
commit3a5bf13c0e7b427b805a372dc1ed1bd5d7759082 (patch)
treeffd702b15322b978936cd19e5a4c4e40b78c46ca /doc/Build_DMM.md
parent415f9ac8797c22c45364c38bb0dcfc1f5c202bf7 (diff)
Clean up the src and update the doc
Change-Id: If9c9cdb3ae5167198f0a2ae085871ff7134b32b0 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'doc/Build_DMM.md')
-rw-r--r--doc/Build_DMM.md33
1 files changed, 1 insertions, 32 deletions
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