Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design AF_XDP network operator #5

Open
maryamtahhan opened this issue Jan 23, 2023 · 1 comment
Open

Design AF_XDP network operator #5

maryamtahhan opened this issue Jan 23, 2023 · 1 comment

Comments

@maryamtahhan
Copy link
Collaborator

maryamtahhan commented Jan 23, 2023

Design and POC an AF_XDP network operator that meets the listed goals and functionalities for AF_XDP in OCP.

Goals

  • To provision, advertise and manage a set of interfaces for Pods that want to use AF_XDP.
  • Pods should be able to run without any special privileges.
  • Pods should be able to take advantage of PFs, VFs and SFs.
  • To interwork with BPFd (eBPF lifecycle management daemon).

Functionality

  • Initialize the supported AF_XDP NIC types on selected nodes.
  • Provision/upgrade AF_XDP device plugin executable on selected node.
  • Provision/upgrade AF_XDP CNI plugin executable on selected nodes.
  • Manage configuration of AF_XDP device plugin on host.
  • Generate net-att-def CRs for AF_XDP CNI plugin
  • Work with BPFd to load and unload BPF progs on the netdevs
  • Supports operation in a virtualized Kubernetes deployment - Needs more investigation

Existing solns to integrate with

https://github.com/intel/afxdp-plugins-for-kubernetes

@kot-begemot-uk
Copy link

We should probably fork the intel work and keep it as a sub-project or refer to it (whatever is a better fit to github workflow)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants