mbox

[0/2] better support of configuring runtime directory

Message ID 20220203060025.881552-1-stephen@networkplumber.org (mailing list archive)
Headers

Message

Stephen Hemminger Feb. 3, 2022, 6 a.m. UTC
  Found this while exploring running a DPDK service with systemd
container environment. It helps if the place DPDK puts its runtime
directory is configurable.

This version supersedes earlier RFC and includes the feedback.

Stephen Hemminger (2):
  eal: remove size for eal_set_runtime_dir
  eal: support systemd service convention for runtime directory

 lib/eal/common/eal_common_config.c |  7 ++-----
 lib/eal/common/eal_private.h       |  4 +---
 lib/eal/freebsd/eal.c              |  2 +-
 lib/eal/linux/eal.c                | 25 ++++++++++++++-----------
 usertools/dpdk-telemetry.py        |  9 +++++++--
 5 files changed, 25 insertions(+), 22 deletions(-)