k8snetworkplumbingwg / ib-sriov-cni

InfiniBand SR-IOV CNI
Other
42 stars 27 forks source link

Is it reasonable to support generating random vf guids? #82

Closed cheriL closed 1 month ago

adrianchiris commented 10 months ago

to a certain extent yes.

currently thats what being done in sriov-network-operator[1]

[1] https://github.com/k8snetworkplumbingwg/sriov-network-operator/blob/c786784769078d6d22dffa606f413b4cb97bc583/pkg/utils/utils.go#L821

cheriL commented 10 months ago

@adrianchiris thank you so much. I'll take a look at sriov-network-operator.