> From: Bruce Richardson [mailto:[email protected]] > Sent: Thursday, 29 September 2022 11.38 > > DPDK libraries should never call rte_exit on failure, so change the > function return type of rte_metrics_init to "int" to allow returning an > error code to the application rather than exiting the whole app on init > failure. > > Signed-off-by: Bruce Richardson <[email protected]> > ---
Plain and simple is always good. :-) Acked-by: Morten Brørup <[email protected]>

