Advertisement
yerden

dpdk prereqs

Oct 1st, 2021 (edited)
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. ### prereq
  2. ```
  3. sudo sh -c 'echo proxy=http://172.28.37.72:3128 >> /etc/yum.conf'
  4. sudo yum -y install epel-release
  5. sudo yum -y install vim tmux git curl make gcc pciutils python3-pip lshw unzip mlocate libibverbs  libmlx5  libibverbs-devel zlib-devel libpcap-devel  ninja-build  numactl-devel  numactl-libs net-tools
  6. sudo pip3 --proxy=http://172.28.37.72:3128 install meson pyelftools
  7. ```
  8.  
  9. grub config
  10. mount hugepages
  11.  
  12.  
  13. ### build
  14. meson ~/yerden-dpdk -Ddisable_drivers=net/mlx4
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement