File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ $ make install T=x86_64-native-linuxapp-gcc
11
11
$ export RTE_SDK=/home/mytest/dpdk
12
12
$ export RTE_TARGET=x86_64-native-linuxapp-gcc
13
13
```
14
- * Build dpdk and ANS following the [ ANS wiki] ( https://github.com/opendp /dpdk-ans/wiki/Compile-APP-with-netdp )
14
+ * Build dpdk and ANS following the [ ANS wiki] ( https://github.com/ansyun /dpdk-ans/wiki/Compile-APP-with-netdp )
15
15
```
16
- $ git clone https://github.com/opendp /dpdk-ans.git
16
+ $ git clone https://github.com/ansyun /dpdk-ans.git
17
17
$ export RTE_ANS=/home/mytest/dpdk-ans
18
18
$ ./install_deps.sh
19
19
$ cd ans
@@ -32,7 +32,7 @@ EAL: Ask a virtual area of 0x15400000 bytes
32
32
* Download dpdk-nginx, build dpdk-nginx
33
33
34
34
```
35
- $ git clone https://github.com/opendp /dpdk-nginx.git
35
+ $ git clone https://github.com/ansyun /dpdk-nginx.git
36
36
$ ./configure --with-http_dav_module
37
37
$ make
38
38
$ make install # default install dir is /usr/local/nginx
You can’t perform that action at this time.
0 commit comments