[PATCH 1/2] net/mlx5: improve socket file path

Stephen Hemminger stephen at networkplumber.org
Fri Dec 13 18:12:39 CET 2024


On Fri, 13 Dec 2024 17:24:42 +0800
Yang Ming <ming.1.yang at nokia-sbell.com> wrote:

> 1. /var/tmp is hard code which is not a good style
> 2. /var/tmp may be not allowed to be written via container's
> read only mode.
> 
> Signed-off-by: Yang Ming <ming.1.yang at nokia-sbell.com>

Since this is a unix domain socket, why not use abstract socket
that doesn't have to be associated with filesystem?


More information about the dev mailing list