All of lore.kernel.org
 help / color / mirror / Atom feed
* pmdinfo fails with GCC link-time-optimization
@ 2018-03-16 16:27 Stephen Hemminger
  0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2018-03-16 16:27 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-16 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 16:27 pmdinfo fails with GCC link-time-optimization Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.