Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: vfiouser transport created by default #767

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

artek-koltun
Copy link
Contributor

Run vfiouser transport by default when the bridge is started. At the moment, a dir for a controller should be created manually, if -kvm option is not used. We may consider moving the directory creation code from kvm server into vfiouser transport

Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #767 (00c6747) into main (3faeb81) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #767   +/-   ##
=======================================
  Coverage   75.06%   75.06%           
=======================================
  Files          40       40           
  Lines        3634     3634           
=======================================
  Hits         2728     2728           
  Misses        824      824           
  Partials       82       82           

@artek-koltun artek-koltun marked this pull request as ready for review November 3, 2023 06:45
@artek-koltun artek-koltun requested a review from a team as a code owner November 3, 2023 06:45
Copy link
Member

@glimchb glimchb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry @artek-koltun I don't understand... where do you want to use vhost expect kvm ?

@artek-koltun
Copy link
Contributor Author

sorry @artek-koltun I don't understand... where do you want to use vhost expect kvm ?

I want to extend godpu with frontend pcie tests. In SPDK bridge vfio-user transport corresponds to that part, so I think we could start vfio-user by default(without attaching to a qemu instance).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants