Skip to content

Commit

Permalink
build: remove unneeded meson option
Browse files Browse the repository at this point in the history
[ upstream commit 8980d7d ]

The meson option has been missed when removing this code.

Fixes: 8e35792 ("eal: remove dead code on NUMA node detection")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
david-marchand authored and kevintraynor committed Dec 11, 2019
1 parent 9bf2561 commit 02c22bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
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('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-<VERSION>',
description: 'Subdirectory of libdir where to install PMDs. Defaults to using a versioned subdirectory.')
option('enable_driver_mlx_glue', type: 'boolean', value: false,
Expand Down

0 comments on commit 02c22bc

Please sign in to comment.