Re: [dpdk-dev] [PATCH] install: fix flattening of examples directory

2020-11-10 Thread David Marchand
On Tue, Nov 10, 2020 at 6:09 PM Bruce Richardson wrote: > > Using correct address for David. :-( A clone @intel.com would sure be helpful :-). -- David Marchand

Re: [dpdk-dev] [PATCH] install: fix flattening of examples directory

2020-11-10 Thread Bruce Richardson
Using correct address for David. :-( On Tue, Nov 10, 2020 at 05:08:09PM +, Bruce Richardson wrote: > By installing the examples one-by-one in a loop in the examples > meson.build file we effectively flatted out the structure of the examples > folder and omitted some common and shared subfolder

[dpdk-dev] [PATCH] install: fix flattening of examples directory

2020-11-10 Thread Bruce Richardson
By installing the examples one-by-one in a loop in the examples meson.build file we effectively flatted out the structure of the examples folder and omitted some common and shared subfolders that were never directly built. Instead, we can remove the loop and just have the whole "examples" folder i