Putting Unix domain sockets in /tmp is not current best practice, instead use eal_runtime_dir(). This also fixes use of multiple instances of DPDK, and containers.
Stephen Hemminger (2): net/cnxk: move socket from /tmp to runtime dir net/nfp: move socket from /tmp to runtime dir drivers/net/cnxk/cnxk_eswitch.c | 29 +++++++++++++++++++++++++---- drivers/net/cnxk/cnxk_eswitch.h | 3 ++- drivers/net/cnxk/cnxk_rep_msg.c | 26 ++++++++++++-------------- drivers/net/nfp/nfp_cpp_bridge.c | 24 +++++++++++++----------- 4 files changed, 52 insertions(+), 30 deletions(-) -- 2.53.0

