6265115f94
This patch replaces the rte_exit routine with error printing when init_power_library() fails and by that restores the previous behavior of the program (which was to issue an error message and continue working if init_power_library fails). This allows the user to still experience the Rx interrupts feature of the DPDK demonstrated in this program. Fixes: f88e7c175a68 ("examples/l3fwd-power: add high/regular perf cores options") Cc: stable@dpdk.org Signed-off-by: Moti Haimovsky <motih@mellanox.com> Acked-by: David Hunt <david.hunt@intel.com>