Re: [dpdk-dev] Projects depending on make (versus meson)

2019-01-08 Thread Bruce Richardson
On Tue, Jan 08, 2019 at 11:44:03AM +0100, Thomas Monjalon wrote: > 07/01/2019 19:21, Stephen Hemminger: > > I recently bumped into NFF-go which probably will have problems with meson > > build. > > It puts dpdk and pktgen-dpdk in as git submodules and then builds it all > > together > > with Go e

Re: [dpdk-dev] Projects depending on make (versus meson)

2019-01-08 Thread Thomas Monjalon
07/01/2019 19:21, Stephen Hemminger: > I recently bumped into NFF-go which probably will have problems with meson > build. > It puts dpdk and pktgen-dpdk in as git submodules and then builds it all > together > with Go environment. You mean they must switch to meson and use DPDK discovery with p

[dpdk-dev] Projects depending on make (versus meson)

2019-01-07 Thread Stephen Hemminger
I recently bumped into NFF-go which probably will have problems with meson build. It puts dpdk and pktgen-dpdk in as git submodules and then builds it all together with Go environment. The current model is a nuisance because can't get Mellanox drivers for Azure by default.