- Updated travis (dpdk part) script to accomodate compilation of dpdk-iface-kmod module.

master
Asim Jamshed 2018-10-02 22:52:43 +00:00
parent 0b8dd2fb29
commit e81052f67e
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ sed -i -e 's/O_TO_EXE_STR =/\$(shell if [ \! -d \${RTE_SDK}\/\${RTE_TARGET}\/lib
cd dpdk/
make install T=x86_64-native-linuxapp-gcc
cd ..
cd dpdk-iface-kmod
make
cd ..
autoreconf -ivf
./configure --with-dpdk-lib=$RTE_SDK/$RTE_TARGET
make