[dpdk-dev] [PATCH v2 0/7] improve DPDK static builds with meson

2020-05-01 Thread Bruce Richardson
This set fixes a number of minor issues with static builds when using meson, both for linking apps/examples as part of a meson build itself or when using pkg-config subsequently. Following this patchset, all DPDK static builds should be linking with --whole-archive to ensure all lib and driver con

Re: [dpdk-dev] [PATCH v2 0/7] improve DPDK static builds with meson

2020-06-30 Thread Pai G, Sunil
> -Original Message- > From: dev On Behalf Of Bruce Richardson > Sent: Friday, May 1, 2020 7:24 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; bl...@debian.org; > david.march...@redhat.com; ktray...@redhat.com; Richardson, Bruce > > Subject: [dpdk-dev] [PA

Re: [dpdk-dev] [PATCH v2 0/7] improve DPDK static builds with meson

2020-06-30 Thread Stokes, Ian
> > -Original Message- > > From: dev On Behalf Of Bruce Richardson > > Sent: Friday, May 1, 2020 7:24 PM > > To: dev@dpdk.org > > Cc: tho...@monjalon.net; bl...@debian.org; david.march...@redhat.com; > > ktray...@redhat.com; Richardson, Bruce &

Re: [dpdk-dev] [PATCH v2 0/7] improve DPDK static builds with meson

2020-07-01 Thread Thomas Monjalon
30/06/2020 18:37, Stokes, Ian: > > This series allows OVS to consume the DPDK libraries appropriately (static > > and > > shared) and simplifies the build. > > When building OVS with DPDK, without this patch, the linker would always > > pick > > the shared libraries over static even after specify

Re: [dpdk-dev] [PATCH v2 0/7] improve DPDK static builds with meson

2020-07-02 Thread Stokes, Ian
> 30/06/2020 18:37, Stokes, Ian: > > > This series allows OVS to consume the DPDK libraries appropriately > > > (static and > > > shared) and simplifies the build. > > > When building OVS with DPDK, without this patch, the linker would > > > always pick the shared libraries over static even after s

Re: [dpdk-dev] [PATCH v2 0/7] improve DPDK static builds with meson

2020-05-01 Thread Luca Boccassi
On Fri, 2020-05-01 at 14:53 +0100, Bruce Richardson wrote: > This set fixes a number of minor issues with static builds when using > meson, both for linking apps/examples as part of a meson build itself or > when using pkg-config subsequently. > > Following this patchset, all DPDK static builds sh