>-----Original Message----- >From: dev <[email protected]> On Behalf Of Bruce Richardson >Sent: Wednesday 10 March 2021 17:24 >To: [email protected] >Cc: Richardson, Bruce <[email protected]>; Laatz, Kevin ><[email protected]> >Subject: [dpdk-dev] [PATCH 1/4] telemetry: use rte_log for logging > >Rather than passing back an error string to the caller, take as input the >rte_log >function to use, and just use regular logging. > >Signed-off-by: Bruce Richardson <[email protected]> >--- > lib/librte_eal/freebsd/eal.c | 10 ++-- > lib/librte_eal/linux/eal.c | 10 ++-- > lib/librte_telemetry/rte_telemetry.h | 15 ++++-- > lib/librte_telemetry/telemetry.c | 72 +++++++++++++--------------- > 4 files changed, 49 insertions(+), 58 deletions(-) > <snip>
Acked-by: Ciara Power <[email protected]>

