Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Avoid redundant DPDK init
Browse files Browse the repository at this point in the history
  • Loading branch information
qizzz committed Dec 10, 2023
1 parent d549458 commit eb6483b
Show file tree
Hide file tree
Showing 2 changed files with 881 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DPDPU/Main/Build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Apply patches
cp ../NetworkEngine/Patches/dpdk_utils.c /opt/mellanox/doca/applications/common/src/dpdk_utils.c
cp ../NetworkEngine/Patches/dpdk_utils_no_init.c /opt/mellanox/doca/applications/common/src/dpdk_utils.c

BUILD_DIR="./build/"
if [ -d "$BUILD_DIR" ]; then
Expand Down
Loading

0 comments on commit eb6483b

Please sign in to comment.