Skip to content

Commit cf123ee

Browse files
blucatmonjalo
authored andcommitted
build: use integer for max ethdev ports option
max_ethports was merged after the other patch was written: e04ea7f ("build: use integers for numerical options") So convert this one too like the others have already been. Fixes: d5555fc ("build: add option to override max ethdev ports") Signed-off-by: Luca Boccassi <[email protected]>
1 parent 99889bd commit cf123ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ option('lib_musdk_dir', type: 'string', value: '',
2020
description: 'path to the MUSDK library installation directory')
2121
option('machine', type: 'string', value: 'native',
2222
description: 'set the target machine type')
23-
option('max_ethports', type: 'string', value: '32',
23+
option('max_ethports', type: 'integer', value: 32,
2424
description: 'maximum number of Ethernet devices')
2525
option('max_lcores', type: 'integer', value: 128,
2626
description: 'maximum number of cores/threads supported by EAL')

0 commit comments

Comments
 (0)