mbox

[0/4] Extend --lcores to run on cores > RTE_MAX_LCORE

Message ID 20191202153559.9709-1-david.marchand@redhat.com (mailing list archive)
Headers

Message

David Marchand Dec. 2, 2019, 3:35 p.m. UTC
  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.