Does DPDK support forking processes after executing rte_eal_init() ?

Stephen Hemminger stephen at networkplumber.org
Tue Oct 22 17:20:10 CEST 2024


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.


More information about the users mailing list