Re: [PATCH] examples/multi_process: revert ports cleanup on exit

2025-07-17 Thread Thomas Monjalon
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 >

[PATCH] examples/multi_process: revert ports cleanup on exit

2025-07-15 Thread 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 pr