On Thu, 17 Oct 2024 11:13:08 +0800 (CST) jinag <jinag12138 at 163.com> wrote: > Hi ALL: > 1. child process execute rte_eal_init() as dpdk secondary processes. > 2. child process do not execute any dpdk-related function. No, don't fork after starting rte_eal_init() you will break lots of things.