> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > 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 <bruce.richard...@intel.com> > ---
Plain and simple is always good. :-) Acked-by: Morten Brørup <m...@smartsharesystems.com>