DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/4] add uncore api to be called through l3fwd-power
@ 2022-07-11 16:22 tadhgkearney
  2022-07-11 16:22 ` [PATCH v1 1/4] power: add uncore api to power library tadhgkearney
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: tadhgkearney @ 2022-07-11 16:22 UTC (permalink / raw)
  To: dev; +Cc: dave.hunt, anatoly.burakov, reshma.pattan, tadhgkearney

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.

tadhgkearney (4):
  power: add uncore api to power library
  l3fwd-power: add option to call uncore api
  test/power: add unit tests for uncore api
  config: add uncore defines for x86

 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                   | 154 ++++++-
 lib/power/meson.build                         |   2 +
 lib/power/rte_power_uncore.c                  | 401 ++++++++++++++++++
 lib/power/rte_power_uncore.h                  | 159 +++++++
 lib/power/version.map                         |   7 +
 10 files changed, 1018 insertions(+), 1 deletion(-)
 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] 9+ messages in thread

end of thread, other threads:[~2022-07-14 16:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 16:22 [PATCH v1 0/4] add uncore api to be called through l3fwd-power tadhgkearney
2022-07-11 16:22 ` [PATCH v1 1/4] power: add uncore api to power library tadhgkearney
2022-07-11 16:36   ` Stephen Hemminger
2022-07-14 14:56     ` Kearney, Tadhg
2022-07-14 16:03       ` Stephen Hemminger
2022-07-11 16:22 ` [PATCH v1 2/4] l3fwd-power: add option to call uncore api tadhgkearney
2022-07-11 16:22 ` [PATCH v1 3/4] test/power: add unit tests for " tadhgkearney
2022-07-11 16:23 ` [PATCH v1 4/4] config: add uncore defines for x86 tadhgkearney
2022-07-11 16:56 ` [PATCH v1 0/4] add uncore api to be called through l3fwd-power Pattan, Reshma

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).