examples/l3fwd-power: add baseline PMD management mode
authorDavid Hunt <david.hunt@intel.com>
Tue, 22 Jun 2021 14:07:50 +0000 (15:07 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 10 Jul 2021 06:43:13 +0000 (08:43 +0200)
commita9ea60702ecba1bf2ba5915c1ca25c6fc2f6d4f8
tree6a8e218330868412f022e9993e543b30a446e13e
parentf0b97fc4fe4cd16dd492cf30ece4296451e10e10
examples/l3fwd-power: add baseline PMD management mode

The PMD Power Management scheme currently has 3 modes,
scale, monitor and pause. However, it would be nice to
have a baseline mode for easy comparison of power savings
with and without these modes.

This patch adds a 'baseline' mode were the PMD power
management is not enabled. Use --pmd-mgmt=baseline.

Signed-off-by: David Hunt <david.hunt@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
examples/l3fwd-power/main.c