Re: [PATCH v3 3/4] dts: add physical function capability check

2025-07-03 Thread Patrick Robb
On Wed, Jul 2, 2025 at 12:23 PM Dean Marx wrote: > Add a physical function NIC capability that checks > if the test run is using PFs. Add PF capability > requirement to all suites/cases that do not > run without error on virtual functions. > > Signed-off-by: Dean Marx > --- > dts/framework/remo

[PATCH v3 3/4] dts: add physical function capability check

2025-07-02 Thread Dean Marx
Add a physical function NIC capability that checks if the test run is using PFs. Add PF capability requirement to all suites/cases that do not run without error on virtual functions. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 22 +++ dts/tests/Te