Re: pull-request: bpf-next 2019-02-16

2019-02-16 Thread David Miller
From: Alexei Starovoitov Date: Sat, 16 Feb 2019 19:42:33 -0800 > The following pull-request contains BPF updates for your *net-next* tree. > > The main changes are: > > 1) numerous libbpf API improvements, from Andrii, Andrey, Yonghong. > > 2) test all bpf progs in alu32 mode, from Jiong. > >

pull-request: bpf-next 2019-02-16

2019-02-16 Thread Alexei Starovoitov
Hi David, The following pull-request contains BPF updates for your *net-next* tree. The main changes are: 1) numerous libbpf API improvements, from Andrii, Andrey, Yonghong. 2) test all bpf progs in alu32 mode, from Jiong. 3) skb->sk access and bpf_sk_fullsock(), bpf_tcp_sock() helpers, from M