Skip to content

Commit 35cac31

Browse files
authored
Merge pull request #109 from susobhandey/lcore_fix
spdk: increase max lcores to 256
2 parents 0066b22 + 5f00386 commit 35cac31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_scripts/build_spdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ CONFIGURE_ARGS=(
5151
"--disable-tests"
5252
"--with-rdma"
5353
"--with-crypto"
54+
"--max-lcores=256"
5455
)
5556

5657
MAKE_DEFAULT_ARGS="-j" # Default args for invoking GNU make

0 commit comments

Comments
 (0)