[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180720.235851.1472953805387716966.davem@davemloft.net>
Date: Fri, 20 Jul 2018 23:58:51 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: daniel@...earbox.net
Cc: ast@...nel.org, netdev@...r.kernel.org
Subject: Re: pull-request: bpf-next 2018-07-20
From: Daniel Borkmann <daniel@...earbox.net>
Date: Sat, 21 Jul 2018 00:01:10 +0200
> The following pull-request contains BPF updates for your *net-next* tree.
>
> The main changes are:
>
> 1) Add sharing of BPF objects within one ASIC: this allows for reuse of
> the same program on multiple ports of a device, and therefore gains
> better code store utilization. On top of that, this now also enables
> sharing of maps between programs attached to different ports of a
> device, from Jakub.
>
> 2) Cleanup in libbpf and bpftool's Makefile to reduce unneeded feature
> detections and unused variable exports, also from Jakub.
>
> 3) First batch of RCU annotation fixes in prog array handling, i.e.
> there are several __rcu markers which are not correct as well as
> some of the RCU handling, from Roman.
>
> 4) Two fixes in BPF sample files related to checking of the prog_cnt
> upper limit from sample loader, from Dan.
>
> 5) Minor cleanup in sockmap to remove a set but not used variable,
> from Colin.
>
> Please consider pulling these changes from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
Also pulled, thank you.
Powered by blists - more mailing lists