[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <157192269744.234778.11792009511322809519.stgit@toke.dk>
Date: Thu, 24 Oct 2019 15:11:37 +0200
From: Toke Høiland-Jørgensen <toke@...hat.com>
To: Daniel Borkmann <daniel@...earbox.net>
Cc: Alexei Starovoitov <ast@...nel.org>,
Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>,
Jesper Dangaard Brouer <brouer@...hat.com>,
Andrii Nakryiko <andrii.nakryiko@...il.com>,
David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
bpf@...r.kernel.org
Subject: [PATCH bpf-next v2 0/4] libbpf: Support automatic pinning of maps
using 'pinning' BTF attribute
This series adds support to libbpf for reading 'pinning' settings from BTF-based
map definitions. It introduces a new bpf_object__pin_maps_opts() function which
accepts options with the new options struct definition style. This allows the
caller to configure the pinning path, and to use both old-style "forced pinning"
where all defined maps are pinned, and the new pinning that is based on the BTF
attribute.
The actual semantics of the pinning is similar to the iproute2 "PIN_GLOBAL"
setting, and the eventual goal is to move the iproute2 implementation to be
based on libbpf and the functions introduced in this series.
Changelog:
v2:
- Drop patch that adds mounting of bpffs
- Only support a single value of the pinning attribute
- Add patch to fixup error handling in reuse_fd()
- Implement the full automatic pinning and map reuse logic on load
---
Toke Høiland-Jørgensen (4):
libbpf: Fix error handling in bpf_map__reuse_fd()
libbpf: Store map pin path and status in struct bpf_map
libbpf: Support configurable pinning of maps from BTF annotations
libbpf: Add option to auto-pin maps when opening BPF object
tools/lib/bpf/bpf_helpers.h | 6 +
tools/lib/bpf/libbpf.c | 379 +++++++++++++++++++++++++++++++++++++------
tools/lib/bpf/libbpf.h | 33 ++++
tools/lib/bpf/libbpf.map | 6 +
4 files changed, 366 insertions(+), 58 deletions(-)
Powered by blists - more mailing lists