Re: [dpdk-dev] [PATCH v4 0/4] improve examples installation

2020-11-12 Thread Thomas Monjalon
12/11/2020 10:41, Bruce Richardson: > This patch improves the installation of the examples when "ninja install" is > run. It removes issues with the directory structure being flattened out, and > removes from the install list any examples that are not buildable with built > DPDK code. > > V4: resu

Re: [dpdk-dev] [PATCH v4 0/4] improve examples installation

2020-11-12 Thread Bruce Richardson
On Thu, Nov 12, 2020 at 02:48:52PM +0100, David Marchand wrote: > On Thu, Nov 12, 2020 at 12:38 PM Bruce Richardson > wrote: > > > My only comment is about vm_power_manager which won't build without > > > the internal librte_power header. > > > It builds fine with meson, because I guess meson pull

Re: [dpdk-dev] [PATCH v4 0/4] improve examples installation

2020-11-12 Thread David Marchand
On Thu, Nov 12, 2020 at 12:38 PM Bruce Richardson wrote: > > My only comment is about vm_power_manager which won't build without > > the internal librte_power header. > > It builds fine with meson, because I guess meson pulls this library > > directory into the include flags of the example, but it

Re: [dpdk-dev] [PATCH v4 0/4] improve examples installation

2020-11-12 Thread Bruce Richardson
On Thu, Nov 12, 2020 at 12:14:27PM +0100, David Marchand wrote: > On Thu, Nov 12, 2020 at 10:42 AM Bruce Richardson > wrote: > > > > This patch improves the installation of the examples when "ninja install" is > > run. It removes issues with the directory structure being flattened out, and > > rem

Re: [dpdk-dev] [PATCH v4 0/4] improve examples installation

2020-11-12 Thread David Marchand
On Thu, Nov 12, 2020 at 10:42 AM Bruce Richardson wrote: > > This patch improves the installation of the examples when "ninja install" is > run. It removes issues with the directory structure being flattened out, and > removes from the install list any examples that are not buildable with built >

[dpdk-dev] [PATCH v4 0/4] improve examples installation

2020-11-12 Thread Bruce Richardson
This patch improves the installation of the examples when "ninja install" is run. It removes issues with the directory structure being flattened out, and removes from the install list any examples that are not buildable with built DPDK code. V4: resubmit v3 to retest in CI hopefully with proper pa