Skip to content

onvm installation

Manas Gupta edited this page Nov 22, 2019 · 5 revisions

Install onvm and get the onvm network manager running

sudo apt-get install build-essential linux-headers-$(uname -r) git

sudo apt-get install libnuma-dev

sudo apt-get update

git clone https://github.com/sdnfv/openNetVM

cd openNetVM

git checkout master

git submodule sync

git submodule update --init

echo export ONVM_HOME=$(pwd) >> ~/.bashrc 

cd dpdk 

echo export RTE_SDK=$(pwd) >> ~/.bashrc

cd ..

echo export RTE_TARGET=x86_64-native-linuxapp-gcc  >> ~/.bashrc

echo export ONVM_NUM_HUGEPAGES=1024 >> ~/.bashrc

export ONVM_NIC_PCI=" 00:08.0"

source ~/.bashrc

sudo sh -c "echo 0 > /proc/sys/kernel/randomize_va_space"

./scripts/install.sh


Clone this wiki locally