Re: [PATCH iproute2 v8 1/3] ss: add support for BPF socket-local storage
From: David Ahern <hidden>
Date: 2024-02-21 16:27:11
From: David Ahern <hidden>
Date: 2024-02-21 16:27:11
On 2/21/24 4:00 AM, Quentin Deslandes wrote:
This will ensure that: - Features relying on HAVE_LIBBPF in ss don't have to comply with the same requirements as the BPF socket-local storage support (because iproute2 only requires libbpf-0.1+). - This change won't prevent iproute2 as a whole from being compiled. This seems much more reasonable than using #error and failing the whole build. I'll send a v9 with these changes.
exactly, will take a look at the latest version in the next few days.