Skip to content

OFED & DPDK installation

Roland Sipos edited this page Sep 19, 2022 · 10 revisions

Resources (OFED and DPDK) are under /opt on 021 and 022.:

OFED: /opt/MLNX_OFED/MLNX_OFED_LINUX-5.6-2.0.9.0-rhel8.5-x86_64 Installation arguments (will need some system packages installed: kernel-rpm-macros libtool createrepo_c): ./mlnxofedinstall --add-kernel-support --dpdk --umad-dev-rw DPDK: /opt/dpdk/dpdk-22.03

Build steps (no special parameters here): meson build cd build ninja ninja install