Re: [dpdk-dev] [PATCH v3 0/7] Add interrupt-only mode to l3fwd-power

2020-07-11 Thread Thomas Monjalon
19/06/2020 12:53, Anatoly Burakov: > Since 20.05, l3fwd-power has become much more stringent about > whether it allows initialization without initializing the > librte_power library with it. This means that while previously > the app could have been used to test RX interrupts functionality > even i

[dpdk-dev] [PATCH v3 0/7] Add interrupt-only mode to l3fwd-power

2020-06-19 Thread Anatoly Burakov
Since 20.05, l3fwd-power has become much more stringent about whether it allows initialization without initializing the librte_power library with it. This means that while previously the app could have been used to test RX interrupts functionality even if the app itself was in a half-working state,