DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH v2 0/2] drivers: remove use of /tmp
Date: Thu, 23 Jul 2026 11:10:26 -0700	[thread overview]
Message-ID: <20260723181153.195915-1-stephen@networkplumber.org> (raw)
In-Reply-To: <20251231185803.90528-1-stephen@networkplumber.org>

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


  parent reply	other threads:[~2026-07-23 18:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-31 18:56 [RFC 0/4] move unix domain sockets from /tmp to /run/dpdk Stephen Hemminger
2025-12-31 18:56 ` [RFC 1/4] net/af_xdp: replace /tmp with /run/dpdk Stephen Hemminger
2025-12-31 18:56 ` [RFC 2/4] examples/vm_power_manager: " Stephen Hemminger
2025-12-31 18:56 ` [RFC 3/4] net/nfp: " Stephen Hemminger
2025-12-31 18:56 ` [RFC 4/4] net/cnxk: move socket from /tmp to /run/dpdk Stephen Hemminger
2026-07-23 18:10 ` Stephen Hemminger [this message]
2026-07-23 18:10   ` [PATCH v2 1/2] net/cnxk: move socket from /tmp to runtime dir Stephen Hemminger
2026-07-23 18:10   ` [PATCH v2 2/2] net/nfp: " Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260723181153.195915-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox