Re: [PATCH v3] usertools/telemetry: fix unused parameter

2023-06-01 Thread Thomas Monjalon
26/05/2023 05:41, lihuisong (C): > 在 2023/5/25 23:50, Samina Arshad 写道: > > This bug fix ensures that the runtime socket path is generated > > correctly, based on the user-specified file_prefix value, > > resolving the issue that occurred in the previous implementation. In general we require to de

Re: [PATCH v3] usertools/telemetry: fix unused parameter

2023-05-25 Thread lihuisong (C)
在 2023/5/25 23:50, Samina Arshad 写道: This bug fix ensures that the runtime socket path is generated correctly, based on the user-specified file_prefix value, resolving the issue that occurred in the previous implementation. Fixes: a15fc792cfb6 ("usertools/telemetry: add file prefix argument")

[PATCH v3] usertools/telemetry: fix unused parameter

2023-05-25 Thread Samina Arshad
This bug fix ensures that the runtime socket path is generated correctly, based on the user-specified file_prefix value, resolving the issue that occurred in the previous implementation. Fixes: a15fc792cfb6 ("usertools/telemetry: add file prefix argument") Cc: lihuis...@huawei.com Signed-off-by: