Re: pull-request: bpf-next 2019-08-14

2019-08-14 Thread Daniel Borkmann
On 8/14/19 1:59 AM, Jakub Kicinski wrote: On Wed, 14 Aug 2019 01:16:39 +0200, Daniel Borkmann wrote: Hi David, hi Jakub, The following pull-request contains BPF updates for your *net-next* tree. Pulled, let me know if I did it wrong 🤞 LGTM, thanks a lot! :-)

Re: pull-request: bpf-next 2019-08-14

2019-08-13 Thread Jakub Kicinski
On Wed, 14 Aug 2019 01:16:39 +0200, Daniel Borkmann wrote: > Hi David, hi Jakub, > > The following pull-request contains BPF updates for your *net-next* tree. Pulled, let me know if I did it wrong 🤞

pull-request: bpf-next 2019-08-14

2019-08-13 Thread Daniel Borkmann
Hi David, hi Jakub, The following pull-request contains BPF updates for your *net-next* tree. There is a small merge conflict in libbpf (Cc Andrii so he's in the loop as well): for (i = 1; i <= btf__get_nr_types(btf); i++) { t = (struct btf_type *)btf__type_by_id(btf, i);