Re: [dpdk-dev] [PATCH v2 0/4] add static ibverbs in meson

2020-02-04 Thread Bruce Richardson
On Tue, Feb 04, 2020 at 04:14:46PM +0100, Thomas Monjalon wrote: > 04/02/2020 15:33, Bruce Richardson: > > On Tue, Feb 04, 2020 at 03:27:50PM +0100, Thomas Monjalon wrote: > > > 04/02/2020 12:48, Bruce Richardson: > > > > as we discussed offline, I really don't like the necessity of the > > > > hid

Re: [dpdk-dev] [PATCH v2 0/4] add static ibverbs in meson

2020-02-04 Thread Thomas Monjalon
04/02/2020 15:33, Bruce Richardson: > On Tue, Feb 04, 2020 at 03:27:50PM +0100, Thomas Monjalon wrote: > > 04/02/2020 12:48, Bruce Richardson: > > > as we discussed offline, I really don't like the necessity of the > > > hidden_deps part of this, so I've tried coming up with some other > > > soluti

Re: [dpdk-dev] [PATCH v2 0/4] add static ibverbs in meson

2020-02-04 Thread Bruce Richardson
On Tue, Feb 04, 2020 at 03:27:50PM +0100, Thomas Monjalon wrote: > 04/02/2020 12:48, Bruce Richardson: > > as we discussed offline, I really don't like the necessity of the > > hidden_deps part of this, so I've tried coming up with some other > > solutions. > > Thanks for looking closely at these

Re: [dpdk-dev] [PATCH v2 0/4] add static ibverbs in meson

2020-02-04 Thread Thomas Monjalon
04/02/2020 12:48, Bruce Richardson: > as we discussed offline, I really don't like the necessity of the > hidden_deps part of this, so I've tried coming up with some other > solutions. Thanks for looking closely at these patches. > For example, in my testing I get the same result with the > follo

Re: [dpdk-dev] [PATCH v2 0/4] add static ibverbs in meson

2020-02-04 Thread Bruce Richardson
On Mon, Jan 27, 2020 at 04:43:58PM +0100, Thomas Monjalon wrote: > This is the follow-up of the feature I added one year ago: > static linkage of libibverbs in mlx PMDs. > The first implementation was focused on "make". > This second round does the same with "meson". > > > changes in v2: > - spli

[dpdk-dev] [PATCH v2 0/4] add static ibverbs in meson

2020-01-27 Thread Thomas Monjalon
This is the follow-up of the feature I added one year ago: static linkage of libibverbs in mlx PMDs. The first implementation was focused on "make". This second round does the same with "meson". changes in v2: - split mlx patch for normal addition and workarounds - fix ldflags for ibverbs install