[PATCH v12 07/12] net/tap: use libbpf to load new BPF program
Stephen Hemminger
stephen at networkplumber.org
Tue May 21 01:20:44 CEST 2024
On Mon, 20 May 2024 23:08:04 +0100
Ferruh Yigit <ferruh.yigit at amd.com> wrote:
> >
> > It can be done, but it is a _lot_ of work and requires a lot of shims,
> > so for something optional it's not really worth it. Given libbpf 1.0
> > also broke ABI, Ubuntu 22.04 and older cannot really get a new version
> > as it's incompatible, so this pmd will simply be skipped there. I
> > think it's fine. 24.04 has a new one.
> >
>
> Does Ubuntu 24.04 have libbpf >= 1.0 ?
Yes it does.
Tried this on a 24.04 VM, needed to install pkg-config and clang.
But then it builds.
It does have some other fortify warnings (in rte_pcapng.c) but
these are unrelated and exist on main branch as well.
More information about the dev
mailing list