-
Notifications
You must be signed in to change notification settings - Fork 4
[PWCI] "[v2] devtools: check patch from stdin only if nothing else" #503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
0e42784
fe433b5
a223460
cc12189
cd6519d
79375d1
2001c8e
a61cd1c
c97d223
6605265
eb2c85d
03a8f97
9cd1dcc
899e7bb
020d6f8
7b2b79d
da1cd5c
75204e8
9fcc10e
83e611c
0f51c2a
1142310
2815d50
cde0d52
fb50c47
174db9f
bbee934
c94a9de
f4ef899
3e48adc
82d9cc9
07f93e7
d4695b3
ba4a55c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 25.11.0-rc3 | ||
| 25.11.0-rc4 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,9 @@ Tuning Guides for AMD EPYC SoC | |
|
|
||
| #. `GENOA <https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/tuning-guides/58017-amd-epyc-9004-tg-data-plane-dpdk.pdf>`_ | ||
|
|
||
| #. `BERGAMO|SIENNA <https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/tuning-guides/58310_amd-epyc-8004-tg-data-plane-dpdk.pdf>`_ | ||
| #. `BERGAMO|SIENA <https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/tuning-guides/58310_amd-epyc-8004-tg-data-plane-dpdk.pdf>`_ | ||
|
|
||
| #. `TURIN <https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/tuning-guides/58468_amd-epyc-9005-tg-data-plane-dpdk.pdf>`_ | ||
|
|
||
|
|
||
| General Requirements | ||
|
|
@@ -86,10 +88,43 @@ Core | |
| ~~~~ | ||
|
|
||
| AMD EPYC SoC supports CPU power functions via ``rte_power`` API from `23.11 LTS` onwards. | ||
| These are tested and validated on MILAN, GENOA, BERGAMO and SIENA | ||
| using Linux kernel `6.4` and above with ``amd_pstate`` power driver. | ||
| These are tested and validated on MILAN, GENOA, BERGAMO, SIENA and TURIN | ||
| using Linux kernel `6.4` and above with ``amd_pstate`` power driver in ``passive`` mode. | ||
|
|
||
| .. note:: | ||
|
|
||
| * Power libraries are supported on Linux only. | ||
| * DPDK uncore support on Linux is work in progress. | ||
|
|
||
| Uncore | ||
| ~~~~~~ | ||
|
|
||
| AMD EPYC SoC support UNCORE power functions via ``rte_power_uncore`` from `25.03` onwards. | ||
| These are tested and validated on GENOA, SIENA and TURIN. | ||
| Please refer the tuning guides to enable ``HSMP`` and DPDK power management guide. | ||
|
|
||
|
Comment on lines
90
to
+105
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify Linux uncore support status between note and new section The note still says “DPDK uncore support on Linux is work in progress”, but the new Uncore section immediately below states that |
||
|
|
||
| NIC | ||
| --- | ||
|
|
||
| To use Solarflare x4 on AMD EPYC TURIN, please ensure the following | ||
|
|
||
| #. Upgrade Linux or distro version to 6.13 or higher. | ||
|
|
||
| #. Disable PCIe power option via ``vfio-pci.disable_idle_d3=1`` in GRUB. | ||
|
|
||
| #. Enable the hardware with out-of-tree sfc (contact Solarflare) Linux kernel driver first; | ||
| then bind with ``vfio-pci`` next. | ||
|
|
||
| #. Please use PMD args ``fw_variant=ultra-low-latency,perf_profile=throughput``. | ||
|
|
||
| To use Solarflare x2 on AMD EPYC TURIN, please ensure the following | ||
|
|
||
| #. Upgrade Linux or distro version to 6.13 or higher. | ||
|
|
||
| #. Disable PCIe power option via ``vfio-pci.disable_idle_d3=1`` in GRUB. | ||
|
|
||
| #. Enable the hardware with ``sfc`` Linux Kernel Driver first; | ||
| then bind with ``vfio-pci`` next. | ||
|
|
||
| #. Please use PMD args ``fw_variant=ultra-low-latency,perf_profile=throughput``. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor wording fix in pyelftools note
In the note, “Python 3.11 being the version at type of writing” should be “version at time of writing”.
🤖 Prompt for AI Agents