On 7/7/20 9:01 PM, Andrii Nakryiko wrote:
On Tue, Jul 7, 2020 at 11:49 AM Daniel T. Lee <danieltimlee@xxxxxxxxx> wrote:
There have been many changes in how the current bpf program defines
map. The development of libbbpf has led to the new method called
BTF-defined map, which is a new way of defining BPF maps, and thus has
a lot of differences from the existing MAP definition method.
Although bpf_load was also internally using libbbpf, fragmentation in
its implementation began to occur, such as using its own structure,
bpf_load_map_def, to define the map.
Therefore, in this patch set, map test programs, which are closely
related to changes in the definition method of BPF map, were refactored
with libbbpf.
---
For the series:
Acked-by: Andrii Nakryiko <andriin@xxxxxx>
Applied, thanks everyone!