Re: [dpdk-dev] [PATCH v2] build: fix drivers config with no python interpreter

2021-05-07 Thread Thomas Monjalon
07/05/2021 13:54, David Marchand: > If no enable_drivers option is passed, the default is to build the > drivers list by calling list-dir-globs.py. > > But if no python interpreter is installed, no error is reported and all > drivers end up being disabled. > > Example on a minimal FreeBSD vm: >

[dpdk-dev] [PATCH v2] build: fix drivers config with no python interpreter

2021-05-07 Thread David Marchand
If no enable_drivers option is passed, the default is to build the drivers list by calling list-dir-globs.py. But if no python interpreter is installed, no error is reported and all drivers end up being disabled. Example on a minimal FreeBSD vm: dpdk@freebsd:~/dpdk $ meson setup build ...