You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to fully support RDMA namespaces in sriov-network-operator it would entail the following:
configure rdma subsystem to exclusive mode on node boot[1]
deploy rdma-cni[3]
SriovNetwork to support chaning rdma-cni (can be done using meta plugins[4] so no change needed here)
IbSriovNetwork to support rdmaIsolation ib-sriov-cni attribute [5]
for 3. we should probably look into moving rdma-cni to npwg first as now also Intel supports RDMA.
Hi @adrianchiris be aware that chaning rdma-cni can't be done in sriovNetwork it's too late.
you need to change this mode on boot before the system even load the RDMA driver if not it doesn't work.
to fully support RDMA namespaces in sriov-network-operator it would entail the following:
configure rdma subsystem to exclusive mode on node boot[1]
deploy rdma-cni[3]
SriovNetwork to support chaning rdma-cni (can be done using meta plugins[4] so no change needed here)
IbSriovNetwork to support rdmaIsolation ib-sriov-cni attribute [5]
for 3. we should probably look into moving rdma-cni to npwg first as now also Intel supports RDMA.
[1] #156
[2] #393
[3] https://github.com/Mellanox/rdma-cni
[4] https://github.com/k8snetworkplumbingwg/sriov-network-operator#chaining-cni-metaplugins
[5] https://github.com/k8snetworkplumbingwg/ib-sriov-cni#configuration-reference
The text was updated successfully, but these errors were encountered: