Re: [dpdk-dev] DPDK and Link-time Optimizations

2019-11-08 Thread Thomas Monjalon
29/04/2019 18:39, Mattias Rönnblom: > If LTO builds would work "out of the box", DPDK could gradually migrate > from away from having static inline functions in the header files. > > Those interested squeezing out as much performance as possible would > build with LTO (and static linking), and t

Re: [dpdk-dev] DPDK and Link-time Optimizations

2019-04-29 Thread Stephen Hemminger
On Mon, 29 Apr 2019 18:39:47 +0200 Mattias Rönnblom wrote: > Hi. > > Did anyone on the list successfully build DPDK with GCC Link-time > Optimizations (LTO) enabled? I tried and failed a while back, although > the detailed reasons of my failure eludes me for the moment. > > If LTO builds woul

[dpdk-dev] DPDK and Link-time Optimizations

2019-04-29 Thread Mattias Rönnblom
Hi. Did anyone on the list successfully build DPDK with GCC Link-time Optimizations (LTO) enabled? I tried and failed a while back, although the detailed reasons of my failure eludes me for the moment. If LTO builds would work "out of the box", DPDK could gradually migrate from away from hav