upf-bpf
upf-bpf copied to clipboard
An In-Kernel Solution Based on BPF/XDP for 5G UPF
If free5gc' NF as control plane, how to configure this UPF-BPF, for example: N3 INTERFACE 、 N6 INTERFACE、 N4 INTERFACE
We must include git-lfs installation in README.md.
The HTTP server would be useful for quick trials.
The idea is to load the environment variable before run the scripts. - [x] Check README - [x] Check compilation (docker and library)
Compiled in ubuntu 18.04 and run in ubuntu 20.04 ``` [ebpf@india] ~/package/bin $ cd /home/ebpf/package; sudo ip link set dev enp3s0f1 xdp off; sudo ip link set dev enp3s0f0 xdp...
This helper function is useful for head packet manipulation. See [here](https://man7.org/linux/man-pages/man7/bpf-helpers.7.html) for more information.
As mentioned in https://github.com/navarrothiago/upf-bpf/issues/18#issuecomment-694332457, it would be good with we do not need to include de spdlog. The UpfBpfConfig could import everything.