Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Johnny Molander
MasterThesisHIL
Commits
bda73cbb
Commit
bda73cbb
authored
Jun 15, 2021
by
Johnny Molander
Browse files
changes to Readme.md
parent
679bd942
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bda73cbb
...
...
@@ -119,20 +119,22 @@ The simulation used in the thesis was ```dpdkOneNode.cc```
*
```dpdkDriver```
: Set which driver to use with DPDK.
*
```dev[]```
: Array of strings that contain the PCI-address(es) of your NIC(s) to be used in the simulation.
* You can use the following command in the terminal to get more info about the NIC's and their PCI addresses.
```sh
dpdk-devbind.py -s
```
*
```lCorelist```
: Should be the same as you chose to isolate in the GRUB parameter
*isolcpus*
as it tells the DPDK what cores to use in te simulation
*
```firstLCore```
: Sets the logical core of the first NIC you would like to handle incoming traffic on. Must be part of lCorelist.
*
```secLCore```
: Sets the logical core of the second NIC you would like to handle incoming traffic on. Must be part of lCorelist.
2.
The dpdkOneNode accept input parameter
*
```pcap```
: Boolean if you want to write pcap files from the node in the simulation to file
*
```routeTable```
Boolean if you want to write routing table of the node to file.
*
```runTime```
: Sets how long you would like the simulation to run in seconds.
2.
The
*dpdkOneNode*
accept input parameter:
*
```pcap```
: Boolean if you want to write pcap files from the node in the simulation to file
*
```routeTable```
Boolean if you want to write routing table of the node to file.
*
```runTime```
: Sets how long you would like the simulation to run in seconds.
3.
Example of running dpdkOneNode for 30 seconds, writing both pcap and routing tables to file:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment