intel / afxdp-plugins-for-kubernetes

Apache License 2.0
44 stars 16 forks source link

use our own xdp program #90

Open kouamdo opened 10 months ago

kouamdo commented 10 months ago

Hi , I have a question and I'm newbie here. Please , by using bpftool prog list , I have a program that I wanted to attach to a specific interface.

So I want to know if by using network attachment or another thing , I can mentioned the bpf program ( or bin file) inside the manifest file to attach to the interface

kouamdo commented 10 months ago

The use case is about eUPF project , So in native mode , sometimes we have to attach manually xdp program to a virtual interface (k8s interface or CNI plugin interface when we use macvlan for example)