Re: [dpdk-dev] [PATCH] examples/l3fwd-power: fix prog exit on ini pwr lib

2018-11-13 Thread Thomas Monjalon
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 messag

Re: [dpdk-dev] [PATCH] examples/l3fwd-power: fix prog exit on ini pwr lib

2018-11-07 Thread 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 fa

[dpdk-dev] [PATCH] examples/l3fwd-power: fix prog exit on ini pwr lib

2018-11-07 Thread Mordechay Haimovsky
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 f