[PATCH V5 6/8] telemetry: support adding integer value as hexadecimal

2022-12-14 Thread Huisong Li
Sometimes displaying a unsigned integer value as hexadecimal encoded style is more expected for human consumption, such as, offload capability and device flag. This patch introduces two APIs to add unsigned integer value as hexadecimal encoded string to array or dictionary. And user can choose whet

Re: [PATCH V5 6/8] telemetry: support adding integer value as hexadecimal

2022-12-14 Thread Bruce Richardson
On Wed, Dec 14, 2022 at 08:32:51PM +0800, Huisong Li wrote: > Sometimes displaying a unsigned integer value as hexadecimal encoded style > is more expected for human consumption, such as, offload capability and > device flag. This patch introduces two APIs to add unsigned integer value > as hexadec

Re: [PATCH V5 6/8] telemetry: support adding integer value as hexadecimal

2022-12-14 Thread lihuisong (C)
在 2022/12/14 23:38, Bruce Richardson 写道: On Wed, Dec 14, 2022 at 08:32:51PM +0800, Huisong Li wrote: Sometimes displaying a unsigned integer value as hexadecimal encoded style is more expected for human consumption, such as, offload capability and device flag. This patch introduces two APIs to