Commit c012ece
committed
fix(linux): Add PCIe resource reallocation note for VF enumeration
Add a note to the PCIe Root Complex documentation about using 'pci=realloc'
bootargs parameter when the root complex is connected to an endpoint with
Virtual Functions and kernel panics during enumeration. This parameter
instructs the Linux kernel to reallocate PCI bridge resources, helping
to resolve conflicts during PCIe device enumeration.
Signed-off-by: Aksh Garg <[email protected]>1 parent 8a7cbf2 commit c012ece
File tree
1 file changed
+14
-0
lines changed- source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
200 | 214 | | |
201 | 215 | | |
202 | 216 | | |
| |||
0 commit comments