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

2025-03-14 Thread Dariusz Sosnowski
Hi, > From: Yang Ming > Sent: Wednesday, March 12, 2025 3:56 AM > To: Bruce Richardson ; Stephen Hemminger > > Cc: Dariusz Sosnowski ; Slava Ovsiienko > ; Bing Zhao ; Ori Kam > ; > Suanming Mou ; Matan Azrad > ; dev@dpdk.org > Subject: Re: [PATCH 1/2] net/

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

2025-03-11 Thread Yang Ming
On 2025/1/3 10:51, Ming 1. Yang (NSB) wrote: On 2024/12/14 01:16, Bruce Richardson wrote: On Fri, Dec 13, 2024 at 09:12:39AM -0800, Stephen Hemminger wrote: On Fri, 13 Dec 2024 17:24:42 +0800 Yang Ming wrote: 1. /var/tmp is hard code which is not a good style 2. /var/tmp may be not allowe

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

2025-01-02 Thread Yang Ming
On 2024/12/14 01:16, Bruce Richardson wrote: On Fri, Dec 13, 2024 at 09:12:39AM -0800, Stephen Hemminger wrote: On Fri, 13 Dec 2024 17:24:42 +0800 Yang Ming 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.

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

2024-12-13 Thread Bruce Richardson
On Fri, Dec 13, 2024 at 09:12:39AM -0800, Stephen Hemminger wrote: > On Fri, 13 Dec 2024 17:24:42 +0800 > Yang Ming 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 Min