Message ID | 20240713023051.763-1-vipin.varghese@amd.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers | |
Series | doc: update AMD Linux guide for power | |
Checks
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/loongarch-compilation | success | Compilation OK |
ci/Intel-compilation | success | Compilation OK |
ci/loongarch-unit-testing | success | Unit Testing PASS |
ci/intel-Testing | success | Testing PASS |
ci/github-robot: build | fail | github build: failed |
ci/intel-Functional | success | Functional PASS |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/iol-abi-testing | success | Testing PASS |
ci/iol-unit-arm64-testing | success | Testing PASS |
ci/iol-sample-apps-testing | success | Testing PASS |
ci/iol-compile-amd64-testing | success | Testing PASS |
ci/iol-compile-arm64-testing | success | Testing PASS |
ci/iol-unit-amd64-testing | success | Testing PASS |
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/iol-intel-Functional | success | Functional Testing PASS |
ci/iol-broadcom-Functional | success | Functional Testing PASS |
Commit Message
diff --git a/doc/guides/linux_gsg/amd_platform.rst b/doc/guides/linux_gsg/amd_platform.rst index c78c3bdcef..26fc9aa462 100644 --- a/doc/guides/linux_gsg/amd_platform.rst +++ b/doc/guides/linux_gsg/amd_platform.rst @@ -71,3 +71,24 @@ Compiler -------- Refer to the `Compiler Flags` in tuning guide for recommended version and `-march` flags. + + +MAX LCORES +---------- + +Refer to the `Compilation` in tuning guide for allowing more threads to run as DPDK `lcores`. + + +Power +---- + +Core +~~~~ + +AMD EPYC SoC supports CPU power functions via `rte_power` API from `23.11 LTS` onwards. These are +tested and valdiated on MILAN, GENOA, BERGAMO and SIENA using Linux kernel `6.4` and above with amd_pstate +power driver. + +.. Note:: + * Power libraries are supported on Linux only. + * DPDK uncore support on Linux is work in progress.