Re: [dpdk-dev] [PATCH] build: allow using wildcards to disable drivers

2020-01-21 Thread Bruce Richardson
On Tue, Jan 21, 2020 at 10:11:33AM +0100, Robin Jarry wrote: > 2020-01-20, Bruce Richardson: > > Rather than having to explicitly list each and every driver to disable in a > > build, we can use a small python script and the python glob library to > > expand out the wildcards. This means that we ca

Re: [dpdk-dev] [PATCH] build: allow using wildcards to disable drivers

2020-01-21 Thread Bruce Richardson
On Mon, Jan 20, 2020 at 07:59:13PM +0100, Thomas Monjalon wrote: > 20/01/2020 18:37, Bruce Richardson: > > Rather than having to explicitly list each and every driver to disable in a > > build, we can use a small python script and the python glob library to > > expand out the wildcards. This means

Re: [dpdk-dev] [PATCH] build: allow using wildcards to disable drivers

2020-01-21 Thread Robin Jarry
2020-01-20, Bruce Richardson: > Rather than having to explicitly list each and every driver to disable in a > build, we can use a small python script and the python glob library to > expand out the wildcards. This means that we can configure meson using e.g. > > meson -Ddisable_drivers=crypto/

Re: [dpdk-dev] [PATCH] build: allow using wildcards to disable drivers

2020-01-20 Thread Thomas Monjalon
20/01/2020 18:37, Bruce Richardson: > Rather than having to explicitly list each and every driver to disable in a > build, we can use a small python script and the python glob library to > expand out the wildcards. This means that we can configure meson using e.g. > > meson -Ddisable_drivers=c