On Wed, 24 Jun 2026 11:23:57 +0800 Chengwen Feng <[email protected]> wrote:
> -extern struct lcore_conf lcore_conf[RTE_MAX_LCORE]; > +extern struct lcore_conf *lcore_conf[RTE_MAX_LCORE]; > Since almost no systems have that many cores. Why not allocate it dynamically based on rte_lcore_count at runtime?

