Re: [dpdk-dev] [v4, 1/2] common/cnxk: add telemetry endpoints to npa

2021-08-26 Thread Bruce Richardson
On Thu, Aug 26, 2021 at 10:45:10PM +0530, Gowrishankar Muthukrishnan wrote: > Add telemetry endpoints to npa. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > drivers/common/cnxk/cnxk_telemetry.h | 26 +++ > drivers/common/cnxk/cnxk_telemetry_npa.c | 227 +++ > driv

[dpdk-dev] [v4, 1/2] common/cnxk: add telemetry endpoints to npa

2021-08-26 Thread Gowrishankar Muthukrishnan
Add telemetry endpoints to npa. Signed-off-by: Gowrishankar Muthukrishnan --- drivers/common/cnxk/cnxk_telemetry.h | 26 +++ drivers/common/cnxk/cnxk_telemetry_npa.c | 227 +++ drivers/common/cnxk/meson.build | 4 + drivers/common/cnxk/roc_platform.h |