[PATCH] test/debug: fix crash with mlx5 devices
David Marchand
david.marchand at redhat.com
Thu Oct 2 19:05:08 CEST 2025
On Thu, 2 Oct 2025 at 18:56, David Marchand <david.marchand at redhat.com> 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
More information about the dev
mailing list