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

HostPlumber VFIO-PCI Without SRIOV #114

Open
infinitydon opened this issue Oct 12, 2023 · 0 comments
Open

HostPlumber VFIO-PCI Without SRIOV #114

infinitydon opened this issue Oct 12, 2023 · 0 comments

Comments

@infinitydon
Copy link

Hi,

I am currently trying to use the HostPlumber to assign VFIO-PCI driver to specific VFs (NICs are already VFs so SRIOV will be disabled for them), the config I am using is below but it is not working:

apiVersion: plumber.k8s.pf9.io/v1
kind: HostNetworkTemplate
metadata:
  name: proxmoxnics
spec:
  sriovConfig:
    - pciAddr: 0000:00:13.0
      vfDriver: vfio-pci
    - pciAddr: 0000:00:14.0
      vfDriver: vfio-pci

Is the above supported or HostPlumber can only work with SRIOV PFs?

Thanks

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

No branches or pull requests

1 participant