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

2022-12-15 Thread lihuisong (C)
在 2022/12/15 21:08, Bruce Richardson 写道: On Thu, Dec 15, 2022 at 01:52:02PM +0100, Morten Brørup wrote: From: lihuisong (C) [mailto:lihuis...@huawei.com] Sent: Thursday, 15 December 2022 13.46 在 2022/12/15 20:24, Morten Brørup 写道: From: Bruce Richardson [mailto:bruce.richard...@intel.com] Se

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

2022-12-15 Thread Bruce Richardson
On Thu, Dec 15, 2022 at 01:52:02PM +0100, Morten Brørup wrote: > > From: lihuisong (C) [mailto:lihuis...@huawei.com] > > Sent: Thursday, 15 December 2022 13.46 > > > > 在 2022/12/15 20:24, Morten Brørup 写道: > > >> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > >> Sent: Thursday, 15

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

2022-12-15 Thread Morten Brørup
> From: lihuisong (C) [mailto:lihuis...@huawei.com] > Sent: Thursday, 15 December 2022 13.46 > > 在 2022/12/15 20:24, Morten Brørup 写道: > >> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > >> Sent: Thursday, 15 December 2022 13.16 > >> > >> On Thu, Dec 15, 2022 at 01:00:40PM +0100, Mor

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

2022-12-15 Thread lihuisong (C)
在 2022/12/15 20:24, Morten Brørup 写道: From: Bruce Richardson [mailto:bruce.richard...@intel.com] Sent: Thursday, 15 December 2022 13.16 On Thu, Dec 15, 2022 at 01:00:40PM +0100, Morten Brørup wrote: From: lihuisong (C) [mailto:lihuis...@huawei.com] Sent: Thursday, 15 December 2022 12.28 在 20

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

2022-12-15 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Thursday, 15 December 2022 13.16 > > On Thu, Dec 15, 2022 at 01:00:40PM +0100, Morten Brørup wrote: > > > From: lihuisong (C) [mailto:lihuis...@huawei.com] > > > Sent: Thursday, 15 December 2022 12.28 > > > > > > 在 2022/12/15 18:

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

2022-12-15 Thread Bruce Richardson
On Thu, Dec 15, 2022 at 01:00:40PM +0100, Morten Brørup wrote: > > From: lihuisong (C) [mailto:lihuis...@huawei.com] > > Sent: Thursday, 15 December 2022 12.28 > > > > 在 2022/12/15 18:46, Bruce Richardson 写道: > > > On Thu, Dec 15, 2022 at 06:31:44PM +0800, Huisong Li wrote: > > >> Sometimes displa

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

2022-12-15 Thread Morten Brørup
> From: lihuisong (C) [mailto:lihuis...@huawei.com] > Sent: Thursday, 15 December 2022 12.28 > > 在 2022/12/15 18:46, Bruce Richardson 写道: > > On Thu, Dec 15, 2022 at 06:31:44PM +0800, Huisong Li wrote: > >> Sometimes displaying a unsigned integer value as hexadecimal encoded > style > >> is more e

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

2022-12-15 Thread lihuisong (C)
在 2022/12/15 18:46, Bruce Richardson 写道: On Thu, Dec 15, 2022 at 06:31:44PM +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

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

2022-12-15 Thread Bruce Richardson
On Thu, Dec 15, 2022 at 06:31:44PM +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

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

2022-12-15 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