Re: [PATCH v5 1/2] dts: add OS abstractions for creating virtual functions

2025-06-11 Thread Patrick Robb
Recheck-request: rebase=main, loongarch-compilation I don't actually need a compile recheck, I'm submitting this recheck solely as a means of testing/demonstrating the recheck framework rebase function.

Re: [PATCH v5 1/2] dts: add OS abstractions for creating virtual functions

2025-03-13 Thread Patrick Robb
On Wed, Mar 12, 2025 at 11:40 PM Patrick Robb wrote: > > +def create_vfs(self, pf_port: Port) -> None: > +"""Overrides :meth:`~.os_session.OSSession.create_vfs`. > + > +Raises: > +InternalError: If the number of VFs is greater than 0 but > less than the > +

[PATCH v5 1/2] dts: add OS abstractions for creating virtual functions

2025-03-12 Thread Patrick Robb
Virtual functions are created in different ways per operating system. Accordingly, we have abstracted the functions for managing virtual functions into different classes per OS. This patch adds stubs for creating virtual functions and gathering virtual function info. Bugzilla ID: 1500 Signed-off-