build: remove unneeded meson option
authorDavid Marchand <david.marchand@redhat.com>
Tue, 19 Nov 2019 12:59:23 +0000 (13:59 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 19 Nov 2019 21:00:32 +0000 (22:00 +0100)
The meson option has been missed when removing this code.

Fixes: 8e35792c5325 ("eal: remove dead code on NUMA node detection")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
meson_options.txt

index 89650b0..e6fcb88 100644 (file)
@@ -1,7 +1,5 @@
 # Please keep these options sorted alphabetically.
 
-option('allow_invalid_socket_id', type: 'boolean', value: false,
-       description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly')
 option('disable_drivers', type: 'string', value: '',
        description: 'Comma-separated list of drivers to explicitly disable.')
 option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-<VERSION>',