Re: [dpdk-dev] [v1, 1/3] telemetry: enable storing pointer value

2021-07-29 Thread Bruce Richardson
On Thu, Jul 29, 2021 at 08:55:35PM +0530, Gowrishankar Muthukrishnan wrote: > At present, value of pointer variable or address can only be > stored in u64 type which is slightly not human readable, hence > this patch is. It adds telemetry support to store pointer value, > which is stringified. > >

[dpdk-dev] [v1, 1/3] telemetry: enable storing pointer value

2021-07-29 Thread Gowrishankar Muthukrishnan
At present, value of pointer variable or address can only be stored in u64 type which is slightly not human readable, hence this patch is. It adds telemetry support to store pointer value, which is stringified. Signed-off-by: Gowrishankar Muthukrishnan --- lib/telemetry/rte_telemetry.h | 37 +++