Message ID | 20240221151621.166623-1-qde@naccy.de (mailing list archive) |
---|---|
Headers | show |
Series | ss: pretty-printing BPF socket-local storage | expand |
Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern <dsahern@kernel.org>: On Wed, 21 Feb 2024 16:16:18 +0100 you wrote: > BPF allows programs to store socket-specific data using > BPF_MAP_TYPE_SK_STORAGE maps. The data is attached to the socket itself, > and Martin added INET_DIAG_REQ_SK_BPF_STORAGES, so it can be fetched > using the INET_DIAG mechanism. > > Currently, ss doesn't request the socket-local data, this patch aims to > fix this. > > [...] Here is the summary with links: - [iproute2,v9,1/3] ss: add support for BPF socket-local storage https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=8740ca9dcd3c - [iproute2,v9,2/3] ss: pretty-print BPF socket-local storage https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=e3ecf048579a - [iproute2,v9,3/3] ss: update man page to document --bpf-maps and --bpf-map-id= https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=50763d53310c You are awesome, thank you!