Skip to content

Commit f705b96

Browse files
dennisafakoolzz
authored andcommitted
Fix Usage Example in Install Guide (#73)
* Update Install.md Using 0,1,2,3 is incorrect, since 0xF8 will collide with a core. Should be only 0,1,2 * Update Install.md * Add sh type to README code usage example
1 parent e9c5b01 commit f705b96

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/Install.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,12 @@ Make and test openNetVM
149149

150150
3. Run openNetVM manager
151151

152-
Run openNetVM manager to use 4 cores (1 for displaying statistics, 1 for NIC RX, 1 for NIC TX, and 1 for NF TX), to use 1 NIC port (hexadecimal portmask), 0xF8 for the NF coremask (cores 4, 5, 6, 7), and to use stdout for the statistics console:
153-
154-
`./onvm/go.sh 0,1,2,3 1 0xF8 -s stdout`
152+
Run openNetVM manager to use 3 cores (1 for displaying statistics, 1 for handling TX queues, 1 for handling manager RX queues), to use 1 NIC port (hexadecimal portmask), 0xF8 for the NF coremask (cores 3, 4, 5, 6, 7), and to use stdout for the statistics console:
155153

154+
```sh
155+
./onvm/go.sh 0,1,2 1 0xF8 -s stdout
156+
```
157+
156158
You should see information regarding the NIC port that openNetVM is using, and openNetVM manager statistics will be displayed.
157159

158160
4. Run speed_tester NF

0 commit comments

Comments
 (0)