git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99889bd
)
build: use integer for max ethdev ports option
author
Luca Boccassi
<bluca@debian.org>
Fri, 1 Mar 2019 15:46:51 +0000
(15:46 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 26 Mar 2019 22:08:09 +0000
(23:08 +0100)
max_ethports was merged after the other patch was written:
e04ea7fcf03c
("build: use integers for numerical options")
So convert this one too like the others have already been.
Fixes:
d5555fc900a9
("build: add option to override max ethdev ports")
Signed-off-by: Luca Boccassi <bluca@debian.org>
meson_options.txt
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index
dc7346f
..
16d9f92
100644
(file)
--- a/
meson_options.txt
+++ b/
meson_options.txt
@@
-20,7
+20,7
@@
option('lib_musdk_dir', type: 'string', value: '',
description: 'path to the MUSDK library installation directory')
option('machine', type: 'string', value: 'native',
description: 'set the target machine type')
-option('max_ethports', type: '
string', value: '32'
,
+option('max_ethports', type: '
integer', value: 32
,
description: 'maximum number of Ethernet devices')
option('max_lcores', type: 'integer', value: 128,
description: 'maximum number of cores/threads supported by EAL')