Re: [PATCH v2 1/3] cmd: pci: Add command to set MPS of all PCIe devices

2023-04-03 Thread Stephen Carlson
Thank you Tom! Stephen Carlson -Original Message- From: Tom Rini Sent: Friday, March 31, 2023 7:17 AM To: stcar...@linux.microsoft.com Cc: u-boot@lists.denx.de Subject: [EXTERNAL] Re: [PATCH v2 1/3] cmd: pci: Add command to set MPS of all PCIe devices On Fri, Mar 10, 2023 at 11:07

Re: [PATCH v2 1/3] cmd: pci: Add command to set MPS of all PCIe devices

2023-03-31 Thread Tom Rini
On Fri, Mar 10, 2023 at 11:07:13AM -0800, stcar...@linux.microsoft.com wrote: > From: Stephen Carlson > > Enable tuning of the PCI Express MPS (Maximum Payload Size) of > each device. The Maximum Read Request Size is not altered. > > The SAFE method uses the largest MPS value supported by all

[PATCH v2 1/3] cmd: pci: Add command to set MPS of all PCIe devices

2023-03-10 Thread stcarlso
From: Stephen Carlson Enable tuning of the PCI Express MPS (Maximum Payload Size) of each device. The Maximum Read Request Size is not altered. The SAFE method uses the largest MPS value supported by all devices in the system for each device. This method is the same algorithm as used by Linux