Re: [dpdk-dev] [PATCH v2 1/5] test/cmdline_test: move to app directory

2019-02-26 Thread Bruce Richardson
On Tue, Feb 26, 2019 at 11:24:28AM +, Bruce Richardson wrote: > On Tue, Feb 26, 2019 at 10:14:08AM +0100, Thomas Monjalon wrote: > > 19/02/2019 15:53, Bruce Richardson: > > > Move app to "app" directory and enable with meson build. > > > > > > CC: Olivier Matz > > > Signed-off-by: Bruce Richa

Re: [dpdk-dev] [PATCH v2 1/5] test/cmdline_test: move to app directory

2019-02-26 Thread Bruce Richardson
On Tue, Feb 26, 2019 at 10:14:08AM +0100, Thomas Monjalon wrote: > 19/02/2019 15:53, Bruce Richardson: > > Move app to "app" directory and enable with meson build. > > > > CC: Olivier Matz > > Signed-off-by: Bruce Richardson > > --- > > MAINTAINERS | 2 +- > >

Re: [dpdk-dev] [PATCH v2 1/5] test/cmdline_test: move to app directory

2019-02-26 Thread Bruce Richardson
On Tue, Feb 26, 2019 at 10:14:08AM +0100, Thomas Monjalon wrote: > 19/02/2019 15:53, Bruce Richardson: > > Move app to "app" directory and enable with meson build. > > > > CC: Olivier Matz > > Signed-off-by: Bruce Richardson > > --- > > MAINTAINERS | 2 +- > >

Re: [dpdk-dev] [PATCH v2 1/5] test/cmdline_test: move to app directory

2019-02-26 Thread Thomas Monjalon
19/02/2019 15:53, Bruce Richardson: > Move app to "app" directory and enable with meson build. > > CC: Olivier Matz > Signed-off-by: Bruce Richardson > --- > MAINTAINERS | 2 +- > app/Makefile| 1 + > {test => app}/cmdline_

[dpdk-dev] [PATCH v2 1/5] test/cmdline_test: move to app directory

2019-02-19 Thread Bruce Richardson
Move app to "app" directory and enable with meson build. CC: Olivier Matz Signed-off-by: Bruce Richardson --- MAINTAINERS | 2 +- app/Makefile| 1 + {test => app}/cmdline_test/Makefile | 0 {test => app}/cmdline