commit | e5c05aed8c97394978ab456782a3405756eff686 | [log] [tgz] |
---|---|---|
author | Stephen Carlson <stcarlso@linux.microsoft.com> | Fri Mar 10 11:07:15 2023 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 30 15:09:59 2023 -0400 |
tree | 8bcd6106c63f87c1f702d95a5a18950aecc1f38a | |
parent | 710862d0a5f112e412b0a508eefb56b74466cb66 [diff] |
test: Add test for new command pci_mps 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 <stcarlso@linux.microsoft.com>