[dpdk-dev] pmdinfo fails with GCC link-time-optimization

Stephen Hemminger stephen at networkplumber.org
Fri Mar 16 17:27:28 CET 2018


GCC link-time-optimization generates much better code (at expense of build time)
so it is logical to use it for DPDK.

But the current PMDINFO steps fail since .o file is not a binary with lto.

Any ideas or planned fixes?

== Build drivers/mempool/octeontx
  CC octeontx_ssovf.o
  PMDINFO octeontx_ssovf.o.pmd.c
No drivers registered
/home/shemminger/dpdk/netvsc/mk/internal/rte.compile-pre.mk:114: recipe for target 'octeontx_ssovf.o' failed


More information about the dev mailing list