[dpdk-dev] [PATCH 0/4] Extend --lcores to run on cores > RTE_MAX_LCORE
David Marchand
david.marchand at redhat.com
Mon Dec 2 16:35:55 CET 2019
We are currently stuck with no option but recompile a DPDK if the system
has more cores than RTE_MAX_LCORE.
A bit of a pity when you get a system with more than 200+ cores and your
testpmd has been built and packaged with RTE_MAX_LCORE == 128.
The --lcores does not need to care about the underlying cores, remove
this limitation.
--
David Marchand
David Marchand (4):
eal/windows: fix cpuset macro name
eal: do not cache lcore detection state
eal: display all detected cores at startup
eal: remove limitation on cpuset with --lcores
drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 31 +++++----
lib/librte_eal/common/eal_common_lcore.c | 12 +++-
lib/librte_eal/common/eal_common_options.c | 73 +++++++++++-----------
lib/librte_eal/common/eal_common_thread.c | 4 +-
lib/librte_eal/common/eal_private.h | 1 -
lib/librte_eal/windows/eal/include/sched.h | 8 +--
6 files changed, 68 insertions(+), 61 deletions(-)
--
2.23.0
More information about the dev
mailing list