Hi Samina, > -----Original Message----- > From: Arshad, Samina <samina.ars...@intel.com> > Sent: Tuesday 23 May 2023 15:39 > To: y > Cc: Power, Ciara <ciara.po...@intel.com>; dev@dpdk.org; Kearney, Tadhg > <tadhg.kear...@intel.com>; sta...@dpdk.org; Arshad, Samina > <samina.ars...@intel.com>; lihuis...@huawei.com > Subject: [PATCH v2] usertools/telemetry: fix unused parameter > > 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.org
No need for cc stable here because the bad commit was only introduced in 23.03 release. That means we don't need the fix to be backported to 21.11 or 22.11, as the bug didn't exist in those releases. +1 for code changes though, Acked-by: Ciara Power <ciara.po...@intel.com> > > Signed-off-by: Samina Arshad <samina.ars...@intel.com> > --- > v2: > Made changes for previous commit to be efficient. Removed "args" from > "args.file_prefix". <snip>