Re: [PATCH v3 9/9] telemetry: change public API to use 64-bit signed values

2023-02-05 Thread Thomas Monjalon
12/01/2023 18:41, Bruce Richardson: > While the unsigned values added to telemetry dicts/arrays were up to > 64-bits in size, the sized values were only up to 32-bits. We can sized -> signed > standardize the API by having both int and uint functions take 64-bit > values. For ABI compatibility, w

[PATCH v3 9/9] telemetry: change public API to use 64-bit signed values

2023-01-12 Thread Bruce Richardson
While the unsigned values added to telemetry dicts/arrays were up to 64-bits in size, the sized values were only up to 32-bits. We can standardize the API by having both int and uint functions take 64-bit values. For ABI compatibility, we use function versioning to ensure older binaries can still u