Skip to content

Commit

Permalink
Improves Install Directions and Documentation (#262)
Browse files Browse the repository at this point in the history
Adds minor improvements to the installation guide for clarity, grammatical fix in Simple_Forward NF's readme, and fixes a path in DPDK Pktgen documentation.

Commit log:

* Make minor documentation edits
  • Loading branch information
dreidenbaugh authored and nks5295 committed Sep 21, 2018
1 parent 087891d commit 6005be5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,15 @@ Make and test openNetVM
```sh
cd onvm
make
cd ..
```

2. Compile example NFs

```sh
cd examples
make
cd ..
```

3. Run openNetVM manager
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_forward/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sudo ./build/forward -l CORELIST -n 3 --proc-type=secondary -- -r SERVICE_ID --
App Specific Arguments
--
- `-d <dst>`: destination service ID to foward to
- `-p <print_delay>`: number of packets between each print, e.g. `-p 1` prints every packets.
- `-p <print_delay>`: number of packets between each print, e.g. `-p 1` prints every packet.
2 changes: 1 addition & 1 deletion tools/Pktgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Enter working directory, and compile the application

Test pktgen by:

`$sudo ./app/app/x86_64-native-linuxapp-gcc/pktgen -c 3 -n 1`
`$sudo ./app/x86_64-native-linuxapp-gcc/pktgen -c 3 -n 1`

Updating configuration for pktgen, three servers are set up for observing the traffic flow: web client ----> port 0 - ONVM - port 1----> web server

Expand Down

0 comments on commit 6005be5

Please sign in to comment.