examples/l3fwd-power: disable interrupts by default
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 19 Jun 2020 10:53:49 +0000 (11:53 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 11 Jul 2020 11:22:15 +0000 (13:22 +0200)
commitf06493ad733cc20f6b6109453b1443a9a0ffb4c1
treef1b519a35d937d17dfa56c598dc66fd2f95aa9e7
parent9d2b24593724a98d03f16c18c1e40622911572be
examples/l3fwd-power: disable interrupts by default

Currently, interrupts are enabled in telemetry and empty poll modes, but
they are not used. Switch to disabling interrupts by default, and only
enable interrupts for modes that require them.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Tested-by: Yinan Wang <yinan.wang@intel.com>
examples/l3fwd-power/main.c