RE: [PATCH v2] usertools/telemetry: fix unused parameter

2023-06-01 Thread Power, Ciara
> -Original Message- > From: Thomas Monjalon > Sent: Thursday 1 June 2023 15:42 > To: Arshad, Samina ; Power, Ciara > > Cc: dev@dpdk.org; Kearney, Tadhg ; > sta...@dpdk.org; lihuis...@huawei.com; Dooley, Brian > > Subject: Re: [PATCH v2] usertools/tele

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

2023-06-01 Thread Thomas Monjalon
25/05/2023 15:34, Power, Ciara: > From: Arshad, Samina > > Fixes: a15fc792cfb6 ("usertools/telemetry: add file prefix argument") > > Cc: lihuis...@huawei.com > > Cc: sta...@dpdk.org > > No need for cc stable here because the bad commit was only introduced in > 23.03 release. > That means we don'

RE: [PATCH v2] usertools/telemetry: fix unused parameter

2023-05-25 Thread Power, Ciara
Hi Samina, > -Original Message- > From: Arshad, Samina > Sent: Tuesday 23 May 2023 15:39 > To: y > Cc: Power, Ciara ; dev@dpdk.org; Kearney, Tadhg > ; sta...@dpdk.org; Arshad, Samina > ; lihuis...@huawei.com > Subject: [PATCH v2] usertools/telemetry: fix unused

[PATCH v2] usertools/telemetry: fix unused parameter

2023-05-24 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 Cc: sta...@dpdk.