Re: [PATCH v2 3/3] test: Add test for new command pci_mps

2023-03-31 Thread Tom Rini
On Fri, Mar 10, 2023 at 11:07:15AM -0800, stcar...@linux.microsoft.com wrote: > From: Stephen Carlson > > Adds a test for the new pci_mps command to ensure that it can set the > Maximum Payload Size (MPS) of all devices to 256 bytes in the sandbox > environment. Enables the pci_mps command in

[PATCH v2 3/3] test: Add test for new command pci_mps

2023-03-10 Thread stcarlso
From: Stephen Carlson Adds a test for the new pci_mps command to ensure that it can set the Maximum Payload Size (MPS) of all devices to 256 bytes in the sandbox environment. Enables the pci_mps command in the sandbox environment so that this test can be run. Signed-off-by: Stephen Carlson ---