Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MasterThesisHIL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johnny Molander
MasterThesisHIL
Commits
fdf6b696
Commit
fdf6b696
authored
3 years ago
by
Johnny Molander
Browse files
Options
Downloads
Patches
Plain Diff
Changes to Readme.md
parent
e6a791c9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-5
6 additions, 5 deletions
README.md
with
6 additions
and
5 deletions
README.md
+
6
−
5
View file @
fdf6b696
...
...
@@ -110,14 +110,15 @@ The simulation used in the thesis was ```dpdkOneNode.cc```
1.
To run dpdkOneNode some parameters might need to be changed:
*
dpdkDriver: refer to the PCI-address of your NIC to be used in the simulation
*
You can use this command in the terminal to get more info about the NIC's and their PCI addresses.
*
```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.
*
```
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment