Re: [dpdk-dev] [PATCH v3] build: move variable definition to top level

2019-03-07 Thread Bruce Richardson
On Thu, Mar 07, 2019 at 09:56:31AM +, Andrius Sirvys wrote: > If for debugging we disable the driver directory in the meson.build file, > we get an error because the variable "driver_classes" does not exist. > This is because driver_classes is only defined in the > drivers/meson.build file. Def

[dpdk-dev] [PATCH v3] build: move variable definition to top level

2019-03-07 Thread Andrius Sirvys
If for debugging we disable the driver directory in the meson.build file, we get an error because the variable "driver_classes" does not exist. This is because driver_classes is only defined in the drivers/meson.build file. Defining driver_classes in dpdk/meson.build file will make it easier for co