Re: [lng-odp] can't configure ODP with DPDK pktio using DPDK package in Ubutnu

2018-10-29 Thread Maxim Uvarov
apt-get install dpdk-dev cd odp.git ./configure It has to take everything from repo. At least ubuntu 18.04 has dpdk for x86. For cross compilation please take a look at .travis.yml file. It uses docker to compile odp. But cross compilation for now is only for 16.04 becase it was well ported on

[lng-odp] can't configure ODP with DPDK pktio using DPDK package in Ubutnu

2018-10-29 Thread gyanesh patra
Hi, I see that newer ubuntu has an updated version of DPDK. How can I build/run ODP with this DPDK in ubuntu? For me it fails at configure step. *Steps:* 1)Install dpdk-dev, libdpdk-dev, dpdk 2) ./configure --prefix=/root/odp/build --with-dpdk-path=/usr/share/dpdk/arm64-armv8a-linuxapp-gcc/ *I