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

2019-10-22 Thread Andrzej Ostruszka
On 10/22/19 2:48 PM, Bruce Richardson wrote: > On Tue, Oct 22, 2019 at 01:54:02PM +0200, Andrzej Ostruszka wrote: >> This patch series adds an option to make use of link time optimization [...] > Does this have a dependency on set 6726 [1] ? [...] > [1] http://patches.dpdk.org/project/dpdk/list/?se

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

2019-10-22 Thread Bruce Richardson
On Tue, Oct 22, 2019 at 01:54:02PM +0200, Andrzej Ostruszka wrote: > 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 (build) is the enablement > - remaining patches are fixes for the warnings produced

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

2019-10-22 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 (build) is the enablement - remaining patches are fixes for the warnings produced by the compiler and they are split by directory/subsystem so their mainta