Hyperscaler like SR-IOV VF #18
-
as i understand from one of your networking sessions ,your network architecture tries to bring Hyperscaler like CNI features to on prem but using FRR ,Calico ,Coil etc ie Routable Pod IPs. Have you thought about or considering the same flexibility for SR-IOV VFs,which is a big challenge in Telco and often requires security exceptions because of the lack of Network Policies.I hope this gets a reply and dont get ignored like the last question :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey and good evening, Hyperscaler-like SRIOV comes with specialized hardware and a lot of burden. This year RedHat also showed the following presentation on FOSDEM 2023 regarding a POC named CNDP. And Cilium had also very good talks regarding the future of eBPF. Also projectcalico showcased some approach. So our current approach does not deal with SRIOV, because we do not want to ride a dead horse for too long. |
Beta Was this translation helpful? Give feedback.
Hey and good evening,
Hyperscaler-like SRIOV comes with specialized hardware and a lot of burden.
We are currently testing Bluefield cards from Nvidia because they can support such use-case by using an arm driven Linux kernel to passthrough SRIOV into the correct Overlay.
From a platform perspective it is not very well thought through and has still a lot of missing features and limitations which need to be catched and addressed.
A more general approach would be the current kernel development around AF_XDP.
They created a new capability called CAP_BPF, to separate bpf functionaliy from CAP_SYS_ADMIN.
This year RedHat also showed the following presentation on FOSDEM 2023 regarding a POC named