On Thu, 2 Oct 2025 at 18:56, David Marchand <[email protected]> wrote: > > Running rte_exit() in a forked process means that shared memory will be > released by the child process before the parent process does the same.
Another way of describing the issue is that the unit test code by forking at rte_eal_init made it so two primary processes were accessing the DPDK shared memory. Nothing good can come from this... -- David Marchand

