ib-sriov-cni icon indicating copy to clipboard operation
ib-sriov-cni copied to clipboard

InfiniBand SR-IOV CNI

Results 8 ib-sriov-cni issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

I tried to create a pod with SRIOV net device (e.g. Mellanox IB), but the pod stuck in ContainerCreating. I configured 4 VFs on the IB interface of the host....

Hi, I tried to use QEMU VFIO to assign the VFs of the IB interface to a VM in KubeVirt. But the VFIO resource cannot be detected or advertised in...

we should add a section explaining this. the configuration needs to be persistent on reboot using ib_core mod param ``` cat /etc/modprobe.d/ib_core.conf # Set netns to exclusive mode for namespace...

The process of standardizing infiniband GUID as CNI runtime config parameter has been complete. - Relevant Specs where updated (CNI, mult-net-spec) - Support was added in relevant projects PR https://github.com/Mellanox/ib-kubernetes/pull/70...

If RDMA application is written to communicate via native IB device instead of IPoIB, should we enable ib-sriov-cni in such case to configure VF GUID? If not, what will be...