Re: [dpdk-dev] [PATCH 1/7] build: always link-whole DPDK static libraries

2020-04-29 Thread Andrzej Ostruszka [C]
On 29/04/2020 12:08, Bruce Richardson wrote: > To ensure all constructors are included in static build, we need to pass > the --whole-archive flag when linking, which is used with the > "link_whole" meson option. Since we use link_whole for all libs, we no > longer need to track the lib as part of

Re: [dpdk-dev] [PATCH 1/7] build: always link-whole DPDK static libraries

2020-04-29 Thread Thomas Monjalon
29/04/2020 12:42, Bruce Richardson: > On Wed, Apr 29, 2020 at 12:18:19PM +0200, Thomas Monjalon wrote: > > 29/04/2020 12:08, Bruce Richardson: > > > To ensure all constructors are included in static build, we need to pass > > > the --whole-archive flag when linking, which is used with the > > > "li

Re: [dpdk-dev] [PATCH 1/7] build: always link-whole DPDK static libraries

2020-04-29 Thread Bruce Richardson
On Wed, Apr 29, 2020 at 12:18:19PM +0200, Thomas Monjalon wrote: > 29/04/2020 12:08, Bruce Richardson: > > To ensure all constructors are included in static build, we need to pass > > the --whole-archive flag when linking, which is used with the > > "link_whole" meson option. Since we use link_whol

Re: [dpdk-dev] [PATCH 1/7] build: always link-whole DPDK static libraries

2020-04-29 Thread Thomas Monjalon
29/04/2020 12:08, Bruce Richardson: > To ensure all constructors are included in static build, we need to pass > the --whole-archive flag when linking, which is used with the > "link_whole" meson option. Since we use link_whole for all libs, we no > longer need to track the lib as part of the stati