15/07/2025 14:11, Thomas Monjalon: > When closing the primary process, an error occurs when closing ports: > > Error closing ports > EAL: failed to send to (/var/run/dpdk/dpdk_X/mp_socket_Y) due to Bad file > descriptor > EAL: Fail to send request /var/run/dpdk/dpdk_X/mp_socket_Y:mp_malloc_sync > EAL: Could not send sync request to secondary process > > And the secondary process crashes. > > It may show several problems to fix in the next release. > Revert the fix causing these issues for 25.07 release. > > Bugzilla ID: 1751 > Fixes: 4382d58097b4 ("examples/multi_process: fix ports cleanup on exit") > Cc: sta...@dpdk.org > > Reported-by: Song Jiale <songx.ji...@intel.com> > Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
Applied