telemetry: remove static limit on callbacks count
authorDavid Marchand <david.marchand@redhat.com>
Thu, 6 May 2021 08:27:54 +0000 (10:27 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 3 Jun 2021 16:36:03 +0000 (18:36 +0200)
commit64307fad7d2b6af3be5e19833e404312f01f6ce5
tree2f8835946337ba3ed45ed35e117745ad1ac32c87
parent2d2bf7de1afe750984073c4cc81ffa4d95550811
telemetry: remove static limit on callbacks count

This code is not performance sensitive and can be switched to dynamic
allocations.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ciara Power <ciara.power@intel.com>
lib/telemetry/rte_telemetry.h
lib/telemetry/telemetry.c