Re: [PATCH v2 2/2] net/mlx5: enhance log file path

2025-07-20 Thread Moses Young
Hi Dariusz, Thanks for your comment. I will try to fix this issue in next version. Brs, Yang Ming

Re: [PATCH v2 2/2] net/mlx5: enhance log file path

2025-06-26 Thread Dariusz Sosnowski
-Original Message- > > From: Moses Young > > Sent: Monday, 12 May 2025 13:13 > > To: Yang Ming ; dev@dpdk.org > > Cc: Bing Zhao ; Dariusz Sosnowski > > ; step...@networkplumber.org; > > julien.meun...@nokia.com > > Subject: Re: [PATCH v2 2/2] net/mlx

RE: [PATCH v2 2/2] net/mlx5: enhance log file path

2025-06-03 Thread Maayan Kashani
3:13 > To: Yang Ming ; dev@dpdk.org > Cc: Bing Zhao ; Dariusz Sosnowski > ; step...@networkplumber.org; > julien.meun...@nokia.com > Subject: Re: [PATCH v2 2/2] net/mlx5: enhance log file path > > External email: Use caution opening links or attachments > > > >

Re: [PATCH v2 2/2] net/mlx5: enhance log file path

2025-05-12 Thread Moses Young
Hi Experts, is there any chance to review and accept this patch? Brs, Yang Ming

Re: [PATCH v2 2/2] net/mlx5: enhance log file path

2025-04-10 Thread Yang Ming
On 2025/3/21 21:27, Yang Ming wrote: The directory /var/log may not be writable in a container's read-only mode. To address this issue, use the DPDK runtime directory as an alternative when /var/log is not writable. Cc: bi...@nvidia.com Cc: dsosnow...@nvidia.com Cc: step...@networkplumber.org

[PATCH v2 2/2] net/mlx5: enhance log file path

2025-03-22 Thread Yang Ming
The directory /var/log may not be writable in a container's read-only mode. To address this issue, use the DPDK runtime directory as an alternative when /var/log is not writable. Cc: bi...@nvidia.com Cc: dsosnow...@nvidia.com Cc: step...@networkplumber.org Cc: julien.meun...@nokia.com Signed-off-