DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add uncore api to be called through l3fwd-power
@ 2022-07-13 14:07 Tadhg Kearney
  2022-07-13 14:07 ` [PATCH v2 1/3] power: add uncore API to power library Tadhg Kearney
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Tadhg Kearney @ 2022-07-13 14:07 UTC (permalink / raw)
  To: dev; +Cc: david.hunt, anatoly.burakov, reshma.pattan, Tadhg Kearney

This is targeting 22.11 and aims to add an API to DPDK to allow uncore frequency adjustment.
This will be called through the l3fwd-power app, and gives the ability to set the min,
max and specific frequency index that you want the uncore to be at.

Signed-off-by: Tadhg Kearney <tadhg.kearney@intel.com>
---

v2:
Fix compilation warnings and errors.

Tadhg Kearney (3):
  power: add uncore API to power library
  test/power: add unit tests for uncore API
  l3fwd-power: add option to call uncore API

 app/test/meson.build                          |   2 +
 app/test/test_power_uncore.c                  | 245 +++++++++++
 config/x86/meson.build                        |   2 +
 doc/guides/prog_guide/power_man.rst           |  27 ++
 .../sample_app_ug/l3_forward_power_man.rst    |  28 ++
 examples/l3fwd-power/main.c                   | 190 ++++++++-
 lib/power/meson.build                         |   2 +
 lib/power/rte_power_uncore.c                  | 399 ++++++++++++++++++
 lib/power/rte_power_uncore.h                  | 159 +++++++
 lib/power/version.map                         |   7 +
 10 files changed, 1045 insertions(+), 16 deletions(-)
 create mode 100644 app/test/test_power_uncore.c
 create mode 100644 lib/power/rte_power_uncore.c
 create mode 100644 lib/power/rte_power_uncore.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-09-19  9:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 14:07 [PATCH v2 0/3] add uncore api to be called through l3fwd-power Tadhg Kearney
2022-07-13 14:07 ` [PATCH v2 1/3] power: add uncore API to power library Tadhg Kearney
2022-07-20 16:10   ` Pattan, Reshma
2022-07-21  9:01     ` Bruce Richardson
2022-07-26 16:21       ` Kearney, Tadhg
2022-07-13 14:07 ` [PATCH v2 2/3] test/power: add unit tests for uncore API Tadhg Kearney
2022-07-13 14:07 ` [PATCH v2 3/3] l3fwd-power: add option to call " Tadhg Kearney
2022-07-21 12:15   ` Pattan, Reshma
2022-07-21 16:48   ` Pattan, Reshma
2022-09-06 10:51   ` Hunt, David
2022-09-19  9:05 ` [PATCH v3 0/3] add uncore api to be called through l3fwd-power Tadhg Kearney
2022-09-19  9:05   ` [PATCH v3 1/3] power: add uncore frequency control API to the power library Tadhg Kearney
2022-09-19  9:05   ` [PATCH v3 2/3] l3fwd-power: add option to call uncore API Tadhg Kearney
2022-09-19  9:05   ` [PATCH v3 3/3] test/power: add unit tests for " Tadhg Kearney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).