Re: [dpdk-dev] [PATCH 1/2] examples/ethtool: add to meson build

2018-07-12 Thread Bruce Richardson
On Thu, Jul 12, 2018 at 09:54:32AM +0200, Thomas Monjalon wrote: > 29/03/2018 16:04, Bruce Richardson: > > Add the ethtool example to the meson build. This example is more > > complicated than the previously added ones as it has files in two > > subdirectories. An ethtool "wrapper lib" in one, used

Re: [dpdk-dev] [PATCH 1/2] examples/ethtool: add to meson build

2018-07-12 Thread Thomas Monjalon
29/03/2018 16:04, Bruce Richardson: > Add the ethtool example to the meson build. This example is more > complicated than the previously added ones as it has files in two > subdirectories. An ethtool "wrapper lib" in one, used by the actual > example "ethtool app" in the other. > > Rather than usi

[dpdk-dev] [PATCH 1/2] examples/ethtool: add to meson build

2018-03-29 Thread Bruce Richardson
Add the ethtool example to the meson build. This example is more complicated than the previously added ones as it has files in two subdirectories. An ethtool "wrapper lib" in one, used by the actual example "ethtool app" in the other. Rather than using recursive operation, like is done with the ma