Re: [PATCH v5 2/2] dts: add VF configuration and workflow

2025-03-13 Thread Patrick Robb
On Wed, Mar 12, 2025 at 11:40 PM Patrick Robb wrote: > > +def set_vfs(self): > +"""Create virtual functions for the port.""" > +self.node.main_session.create_vfs(self) > +addr_list = self.node.main_session.get_pci_addr_of_vfs(self) > +for addr in addr_list: > +

[PATCH v5 2/2] dts: add VF configuration and workflow

2025-03-12 Thread Patrick Robb
This patch adds an additional test run config option for selecting physical functions or virtual functions for the testrun. If virtual function is selected, it adds a workflow for creating the virtual functions during test run setup. Bugzilla ID: 1500 Signed-off-by: Jeremy Spewock Signed-off-by: