#LibreQoS v1.5-BETA-1 is now available:

https://github.com/LibreQoE/LibreQoS/releases/tag/v1.5-beta-1

v1.5 Feature Overview:

✅ 30%+ Performance Improvement.

✅ Intelligent Bin-packing.

✅ Flow-Based Analysis.

✅ Unified Configuration System and GUI

✅ Support for Newer #Linux Enhancements.

✅ Improved CLI tools.

#OpenSource #FLOSS #broadband #ISP #WISP #FISP #InternetServiceProvider #FWA #QualityOfExperience #QoE #QoS #eBPF #libbpf #Ubuntu #EquinixMetal #Equinix #NLnet #Zulip

Release v1.5-Beta-1 · LibreQoE/LibreQoS

LibreQoS V1.5-BETA-1 After 6 months of development, LibreQoS is proud to announce the first beta for LibreQoS version 1.5. Our V1.4 (released January, 2024) is now in use by over 150 ISPs in 22 US ...

GitHub

PPAs Updates

Latest versions of BCC (v0.29.1) and libbpf (v1.3.0) are now available from the bpftrace PPA for bionic, focal and jammy. There's also latest bpftrace (0.19.0) available but only for jammy (I [...]

🔗 https://chbk.co/GdMhw

#ubuntu #bpfcc #bcc #bpftrace #libbpf

PPAs Updates

Latest versions of BCC (v0.29.1) and libbpf (v1.3.0) are now available from the bpftrace PPA for bionic, focal and jammy. There's also latest bpftrace (0.19.0) available but only for jammy (I found it impossible to build reliably on anything older): sudo add-apt-repository ppa:hadret/

Filip Chabik

Today's bug is a `libbpf` bug: https://lore.kernel.org/bpf/ZXcFRJVKbK[email protected]/

`bpftool` fails to recognize `BPF` programs. But it does it only when all of the below are true:

1. ran on 32-bit host system (`bpftool` is a 32-bit `ELF`)
2. `BPF` is compiled with compressed debug sections, like `-Wa,--compress-debug-sections` flag

Error: failed to link 'bpf.o': Invalid argument (22)

With https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=32fa058398624166dd04ff4af49cfef69c94abbc

it now says

libbpf: ELF section #9 has inconsistent alignment addr=8 != d=4 in bpf.o

#libbpf #bug

bpftool fails on 32-bit hosts when -Wa,--compress-debug-sections is used - Sergei Trofimovich