Skip to content

HostPlumber VFIO-PCI Without SRIOV #114

@infinitydon

Description

@infinitydon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions