type
status
date
slug
summary
tags
category
created days
new update day
icon
password
Created_time
Jan 24, 2025 03:06 AM
Last edited time
Mar 1, 2025 01:50 AM
DPDK 各个版本的编译方法
DPDK 17
DPDK 17 版本提供了编译脚本
user_tools/dpdk-setup.sh
,在修改 config/common_base 编译配置文件之后。直接执行 dpdk-setup.sh 之后,即可编译完成。如果使用 gcc 进行编译得话,直接输入 14 即可。
DPDK 18 与 DPDK 22 版本
DPDK 18 与 DPDK 22 的版本替换成了 meson ,而且不提供对应的编译脚本工具了,所以需要使用 meson 与 ninja 编译工具链进行编译。
下面有一个对应得编译脚本,可以参考一下。
- Author:tangcuyu
- URL:https://expoli.tech/articles/2025/01/24/Compilation-method-of-DPDK-version-17%2C18-and-22
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts