build: remove unneeded meson option

Message ID 20191119125923.10545-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series build: remove unneeded meson option |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-compilation success Compile Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/travis-robot success Travis build: passed
ci/iol-intel-Performance success Performance Testing PASS
ci/Intel-compilation fail apply issues

Commit Message

David Marchand Nov. 19, 2019, 12:59 p.m. UTC
  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>
---
 meson_options.txt | 2 --
 1 file changed, 2 deletions(-)
  

Comments

Bruce Richardson Nov. 19, 2019, 2:06 p.m. UTC | #1
On Tue, Nov 19, 2019 at 01:59:23PM +0100, David Marchand wrote:
> 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>
  
David Marchand Nov. 19, 2019, 9:05 p.m. UTC | #2
On Tue, Nov 19, 2019 at 3:06 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> On Tue, Nov 19, 2019 at 01:59:23PM +0100, David Marchand wrote:
> > 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>

Applied.
  

Patch

diff --git a/meson_options.txt b/meson_options.txt
index 89650b0e9c..e6fcb884be 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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>',