> The timer subsystem init api throws this error -- > EAL: memzone_reserve_aligned_thread_unsafe(): Number of requested > memzone segments exceeds RTE_MAX_MEMZONE > Can you try increasing RTE_MAX_MEMZONE. It' defined in DPDK's rte_config.h file, so edit that and then rebuild DPDK. [...