下载最新版
git clone https://github.com/FraudBuster/dpdk-burst-replay.git
打补丁,补丁来自https://github.com/QMUL-EECS-Networks-Systems/ebpf-sketches/tree/main/pkt-generator/dpdk-burst-replay.patch
cd dpdk-burst-replay
git apply dpdk-burst-replay.patch
安装必要的库
sudo apt install dpdk-dev libnuma-dev autoconf
autoreconf -i
autoreconf --install
autoupdate
./configure
make
进入src 目录下 ,install
sudo make install