[dpdk-dev] [RFC v8] /net: memory interface (memif)

Stephen Hemminger stephen at networkplumber.org
Thu May 16 17:19:21 CEST 2019


On Thu, 16 May 2019 13:46:58 +0200
Jakub Grajciar <jgrajcia at cisco.com> wrote:

> +
> +#define ETH_MEMIF_DEFAULT_SOCKET_FILENAME	"/tmp/memif.sock"
> +#define ETH_MEMIF_DEFAULT_RING_SIZE		10
> +#define ETH_MEMIF_DEFAULT_PKT_BUFFER_SIZE	2048

The current best practice on Linux is to use /run for sockets.
It is even in the latest Filesystem layout standard.


More information about the dev mailing list