[lng-odp] [Linaro/odp] 52d54f: linux-gen: sched: add spread weight config file op...

2018-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 52d54fae53f5e65f232cb21b116e51ea36b4eb0b https://github.com/Linaro/odp/commit/52d54fae53f5e65f232cb21b116e51ea36b4eb0b Author: Petri Savolainen Date: 2018-10-29 (Mon, 29 Oct 2018) Changed paths: M con

[lng-odp] [Linaro/odp] 67d6f7: linux-gen: ipsec: make SA lifetime checking more s...

2018-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 67d6f7120962594e6b9e3343fd7cf13eda956b15 https://github.com/Linaro/odp/commit/67d6f7120962594e6b9e3343fd7cf13eda956b15 Author: Janne Peltonen Date: 2018-10-29 (Mon, 29 Oct 2018) Changed paths: M platf

[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 a

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 ar