Re: [dpdk-dev] [PATCH] telemetry: remove static limit on callbacks count

2021-06-03 Thread David Marchand
On Thu, May 6, 2021 at 12:59 PM Power, Ciara wrote: > >This code is not performance sensitive and can be switched to dynamic > >allocations. > > > >Signed-off-by: David Marchand > Acked-by: Ciara Power Applied. -- David Marchand

Re: [dpdk-dev] [PATCH] telemetry: remove static limit on callbacks count

2021-05-06 Thread Power, Ciara
Hi David, >-Original Message- >From: David Marchand >Sent: Thursday 6 May 2021 09:28 >To: dev@dpdk.org >Cc: Power, Ciara >Subject: [PATCH] telemetry: remove static limit on callbacks count > >This code is not performance sensitive and can be switched to dynamic >allocations. > >Signed-of

[dpdk-dev] [PATCH] telemetry: remove static limit on callbacks count

2021-05-06 Thread David Marchand
This code is not performance sensitive and can be switched to dynamic allocations. Signed-off-by: David Marchand --- lib/telemetry/rte_telemetry.h | 2 +- lib/telemetry/telemetry.c | 15 +-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/lib/telemetry/rte_teleme