build: allow to redefine max_lcores for DPDK 88/42088/2
authorVladimir Smirnov <[email protected]>
Fri, 3 Jan 2025 20:47:26 +0000 (21:47 +0100)
committerMohammed HAWARI <[email protected]>
Wed, 8 Jan 2025 09:59:13 +0000 (09:59 +0000)
commit6082665d44d35a5fc244ff760a9ec773a8c37048
tree5e8a1e4c0d81bf96b347d2042aca08859180f49b
parent379a454aa71facbffd3d4c45537809401e43fcd8
build: allow to redefine max_lcores for DPDK

In current versions of DPDK (at least as of 24.11), max
amount of cores available determined at compile_time.

Unless machine type 'native' is used, it is statically set
per platform and for most of them equals to 128.

Add a new option to allow user to redefine max amount of
lcores available to DPDK.

Type: make

Change-Id: Ic4356e12ca75a5c84aeb3bee72de432a23aa6f8a
Signed-off-by: Vladimir Smirnov <[email protected]>
build/external/packages/dpdk.mk