trex-core
trex-core copied to clipboard
dpdk compile error struct mlx5_wqe_cseg *restrict cs = &wqe->cseg;
following:
sudo apt -y install zlib1g-dev build-essential python python3-distutils git clone https://github.com/cisco-system-traffic-generator/trex-core.git cd trex-core/ cd linux_dpdk ./b configure ./b build cd .. sudo cp scripts/cfg/simple_cfg.yaml /etc/trex_cfg.yaml
build fails w/ { dpdk compile error struct mlx5_wqe_cseg *restrict cs = &wqe->cseg; } on latest ubuntu 20 release. Build fails also on an up to date 18.04 version too with "task in 'mlx5-64-debug' failed with exit status 4"
@andreireiand could you check the latest on master. it has the latest DPDK and makefile that should solve this