Re: [PATCH] telemetry: rework code to avoid compiler warnings

2023-02-08 Thread David Marchand
On Wed, Feb 8, 2023 at 3:38 PM Bruce Richardson wrote: > > When printing values as hex strings, the telemetry code temporarily > disabled warnings about non-literal format strings. This was because the > actual format string was built-up programmatically to ensure the output > was of the desired b

Re: [PATCH] telemetry: rework code to avoid compiler warnings

2023-02-08 Thread lihuisong (C)
在 2023/2/9 9:07, fengchengwen 写道: Beatutiful +1 Acked-by: Chengwen Feng Perfect Tested-by: Huisong Li On 2023/2/8 22:37, Bruce Richardson wrote: When printing values as hex strings, the telemetry code temporarily disabled warnings about non-literal format strings. This was because the

Re: [PATCH] telemetry: rework code to avoid compiler warnings

2023-02-08 Thread fengchengwen
Beatutiful +1 Acked-by: Chengwen Feng On 2023/2/8 22:37, Bruce Richardson wrote: > When printing values as hex strings, the telemetry code temporarily > disabled warnings about non-literal format strings. This was because the > actual format string was built-up programmatically to ensure the out

Re: [PATCH] telemetry: rework code to avoid compiler warnings

2023-02-08 Thread Wiles, Keith
From: Bruce Richardson Sent: Wednesday, February 8, 2023 8:37 AM To: dev@dpdk.org Cc: Huisong Li; Chengwen Feng; Morten Brørup; Richardson, Bruce Subject: [PATCH] telemetry: rework code to avoid compiler warnings When printing values as hex strings, the telemetry code temporarily disabled warning

RE: [PATCH] telemetry: rework code to avoid compiler warnings

2023-02-08 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Wednesday, 8 February 2023 15.38 > To: dev@dpdk.org > Cc: Huisong Li; Chengwen Feng; Morten Brørup; Bruce Richardson > Subject: [PATCH] telemetry: rework code to avoid compiler warnings > > When printing values as hex strings, th