upf-bpf icon indicating copy to clipboard operation
upf-bpf copied to clipboard

An In-Kernel Solution Based on BPF/XDP for 5G UPF

Results 17 upf-bpf issues
Sort by recently updated
recently updated
newest added

E.g.: github action, cicleci

good first issue
test

If free5gc' NF as control plane, how to configure this UPF-BPF, for example: N3 INTERFACE 、 N6 INTERFACE、 N4 INTERFACE

question

We must include git-lfs installation in README.md.

bug
documentation
good first issue

The HTTP server would be useful for quick trials.

enhancement
good first issue

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...

bug
test

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.

enhancement

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.

enhancement