Hello everyone,
Using this guide: http://dpdk.org/doc/guides/linux_gsg/build_dpdk.html I managed to install DPDK library on a CentOS 7 machine. However, I have a CentOS machine as an instance on my Openstack testbed environment (the same CentOS operating system with clean install but as an instance on OpenStack) that my efforts on installing DPDK there was failed. I prepared and installed packages as below: # yum install wget # yum install gcc # yum groupinstall 'Development Tools' # yum install glibc-devel.x86_64 # yum install epel-release # yum install kernel-devel.x86_64 # reboot # yum -y update What else should I do for successful installation? Any recommendation is appreciated, Rez
