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

2020-06-07 Thread Wang, Yinan
Tested-by: Wang, Yinan > -Original Message- > From: dev On Behalf Of Anatoly Burakov > Sent: 2020年5月28日 17:14 > To: dev@dpdk.org > Cc: Hunt, David ; Ma, Liang J ; > Pattan, Reshma > Subject: [dpdk-dev] [PATCH 0/3] Add interrupt-only mode to l3fwd-power > > S

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

2020-05-28 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,