# 安装 DPDK(CentOS 7.x) ## 运行环境 - 操作系统:CentOS-7-x86_64-Minimal-1908.iso - RT Kernel 版本:3.10.0-1127.rt56.1093.el7 - DPDK 版本:18.08 - Redis 版本:3.2.12-2.el7 - hiredis 版本:0.14.0 ## 基础环境部署 ### 安装 RT kernel - 操作系统更新 ``` $ yum update -y && yum upgrade -y ``` - RT repo ``` sudo tee /etc/yum.repos.d/CentOS-rt.repo >/dev/null <