Re: [PATCH V2 00/11] telemetry: add u32 value type and hex integer string API

2022-12-11 Thread lihuisong (C)
在 2022/12/10 2:24, Morten Brørup 写道: From: Huisong Li [mailto:lihuis...@huawei.com] Sent: Friday, 9 December 2022 12.05 Some lib telemetry interfaces add the 'u32' and 'u64' data by the rte_tel_data_add_dict/array_int API. This may cause data conversion error or data truncation. The 'u32' dat

Re: [PATCH V2 00/11] telemetry: add u32 value type and hex integer string API

2022-12-11 Thread fengchengwen
LGTM Series-acked-by: Chengwen Feng On 2022/12/9 19:04, Huisong Li wrote: Some lib telemetry interfaces add the 'u32' and 'u64' data by the rte_tel_data_add_dict/array_int API. This may cause data conversion error or data truncation. The 'u32' data can not be assigned to signed 32-bit integer.

RE: [PATCH V2 00/11] telemetry: add u32 value type and hex integer string API

2022-12-09 Thread Morten Brørup
> From: Huisong Li [mailto:lihuis...@huawei.com] > Sent: Friday, 9 December 2022 12.05 > > Some lib telemetry interfaces add the 'u32' and 'u64' data by the > rte_tel_data_add_dict/array_int API. This may cause data conversion > error or data truncation. > > The 'u32' data can not be assigned to