Re: pull-request: bpf-next 2018-04-21
From: Daniel Borkmann Date: Sat, 21 Apr 2018 03:07:17 +0200 > The following pull-request contains BPF updates for your *net-next* tree. BTF for the win :) Pulled, thanks Daniel.
pull-request: bpf-next 2018-04-21
Hi David, The following pull-request contains BPF updates for your *net-next* tree. The main changes are: 1) Initial work on BPF Type Format (BTF) is added, which is a meta data format which describes the data types of BPF programs / maps. BTF has its roots from CTF (Compact C-Type format)