07/11/2018 15:21, Hunt, David:
> Hi Mordechay,
>
> On 7/11/2018 2:09 PM, Mordechay Haimovsky wrote:
> > 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: [email protected]
> >
> > Signed-off-by: Moti Haimovsky <[email protected]>
>
> Acked-by: David Hunt <[email protected]>
Applied, thanks