On Mon, Jun 1, 2020 at 6:15 PM Juraj Linkeš <juraj.lin...@pantheon.tech> wrote:
>
> Hi DPDK devs,
>
> I'm hitting a build failure with dpdk 20.02.1 with rte_ethdev.h that's 
> happening seemingly at random:
> make install T=arm64-armv8a-linuxapp-gcc -j
> In file included from 
> /tmp/openvpp-testing/dpdk/lib/librte_ethdev/rte_class_eth.c:13:0:
> /tmp/openvpp-testing/dpdk/lib/librte_ethdev/rte_ethdev.h:4287:10: fatal 
> error: rte_ethdev_core.h: No such file or directory
> #include <rte_ethdev_core.h>
>           ^~~~~~~~~~~~~~~~~~~


Try as  #include "rte_ethdev_core.h" instead of #include <rte_ethdev_core.h>

> compilation terminated.
> make[5]: *** [rte_class_eth.o] Error 1
> make[5]: *** Waiting for unfinished jobs....
> make[4]: *** [librte_ethdev] Error 2
> make[3]: *** [lib] Error 2
> make[2]: *** [all] Error 2
> make[1]: *** [pre_install] Error 2
> make: *** [install] Error 2
>
> Full log here: 
> https://logs.fd.io/production/vex-yul-rot-jenkins-1/csit-dpdk-perf-verify-master-3n-tsh/11/archives/log.html.gz
>

Reply via email to