You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
If we look at the way AddInterface() has been implemented, it will always create a virtualEndpoint, no matter the type of device backing the interface that we're trying to add. Unfortunately, this means neither vhost-user nor vfio can be leveraged in this case.
This needs to be fixed either by adding a new field devType to the grpc.Interface structure passed as an argument of AddInterface(), or by adding a new argument devType directly to the function itself.