Re: [dpdk-dev] [PATCH v6 00/12] Add an option to use LTO for DPDK build

2019-10-30 Thread Aaron Conole
Andrzej Ostruszka writes: > On 10/29/19 3:12 PM, Andrzej Ostruszka wrote: >> This patch series adds an option to make use of link time optimization >> (if compiler has support for it). > [...] >> .travis.yml | 7 > [...] > > Aaron, Michael, all > > I'd prob

Re: [dpdk-dev] [PATCH v6 00/12] Add an option to use LTO for DPDK build

2019-10-30 Thread Andrzej Ostruszka
On 10/29/19 3:12 PM, Andrzej Ostruszka wrote: > This patch series adds an option to make use of link time optimization > (if compiler has support for it). [...] > .travis.yml | 7 [...] Aaron, Michael, all I'd probably need some assistance with Travis. Thi

[dpdk-dev] [PATCH v6 00/12] Add an option to use LTO for DPDK build

2019-10-29 Thread Andrzej Ostruszka
This patch series adds an option to make use of link time optimization (if compiler has support for it). It is split as follows: - 1st patch is just a minor doc fix for versioning macros - 2nd patch fixes missing __vsym annotations (needed for LTO) - 3rd is the LTO enablement - remaining patches a