-
Notifications
You must be signed in to change notification settings - Fork 2
Install DPDK
-
To avoid any root user issues, log in as root.
pc@SDCLAB04:~$ sudo -i
-
After you have cloned this repository, change to the
dpdk-stable-18.11.2
directory within theovs-dpdk-with-tso
parent directory.root@SDCLAB04:/usr/local/src# cd ovs-dpdk-with-tso/dpdk-stable-18.11.2/
-
Install the
libnuma-dev
package as it is required for DPDKroot@SDCLAB04:/usr/local/src/ovs-dpdk-with-tso/dpdk-stable-18.11.2# apt-get install libnuma-dev
-
Install the DPDK Target Environment
root@SDCLAB04:/usr/local/src/ovs-dpdk-with-tso/dpdk-stable-18.11.2# make install T=x86_64-native-linuxapp-gcc DESTDIR=install
-
Check if the installation was successful and a directory named
x86_64-native-linuxapp-gcc
has been created within thedpdk-stable-18.11.2
parent directory...... ..... Build complete [x86_64-native-linuxapp-gcc] ================== Installing install/ Installation in install/ complete root@SDCLAB04:/usr/local/src/ovs-dpdk-with-tso/dpdk-stable-18.11.2# cd x86_64-native-linuxapp-gcc/ root@SDCLAB04:/usr/local/src/ovs-dpdk-with-tso/dpdk-stable-18.11.2/x86_64-native-linuxapp-gcc#
Now move on the installation steps at Install KVM-QEMU page.
Wiki
Installations for OvS-DPDK
- Overview
- Install DPDK
- Install KVM-QEMU
- Install & Configure OvS-DPDK
- Create OvS-DPDK bridge with vhostuser ports
Create & Configure VMs
Performance Results