Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hpdos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SYNERG
hpdos
Commits
3f3b0c10
Commit
3f3b0c10
authored
Jun 11, 2021
by
Shah Rinku
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
865c91f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
code/DPDK_server_MDcache/README.md
code/DPDK_server_MDcache/README.md
+34
-0
No files found.
code/DPDK_server_MDcache/README
→
code/DPDK_server_MDcache/README
.md
View file @
3f3b0c10
## DPDK for Mellanox Bluefield-1 ARM cores
1.
Download the required DPDK compressed version & decompress it.
https://core.dpdk.org/download/
It is good to choose a stable (LTS) version
2.
For Mellanox Bluefield NICs, check if the flag for Mellanox driver installation is set (for DPDK version < 20.11.8 only)
<path-to-dpdk-folder>$ vim config/common_linux
a. Check if the Poll Mode Driver (PMD) for your Mellanox NIC is set; in our case it is MLX5
b. Add “CONFIG_RTE_LIBRTE_MLX5_PMD=y”, if it does not exist
3.
DPDK configuration alternatives
-
Alternative 1: For newer DPDK versions (>= version 18)
<path-to-dpdk-folder>$ meson build
<path-to-dpdk-folder>$ cd build
<path-to-dpdk-folder>$ ninja
<path-to-dpdk-folder>$ ninja install
- Alternative 2: For older DPDK versions & for our mTCP setup
####
DPDK
#####
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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