mbox series

[bpf,0/2] xdp devmap improvements cleanup

Message ID 157851907534.21459.1166135254069483675.stgit@john-Precision-5820-Tower
Headers show
Series xdp devmap improvements cleanup | expand

Message

John Fastabend Jan. 8, 2020, 9:34 p.m. UTC
Couple cleanup patches to recently posted series[0] from Bjorn to
cleanup and optimize the devmap usage. Patches have commit ids
the cleanup applies to.

[0] https://www.spinics.net/lists/netdev/msg620639.html

---

John Fastabend (2):
      bpf: xdp, update devmap comments to reflect napi/rcu usage
      bpf: xdp, remove no longer required rcu_read_{un}lock()


 kernel/bpf/devmap.c |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

--
Signature

Comments

Björn Töpel Jan. 9, 2020, 6:09 a.m. UTC | #1
On Wed, 8 Jan 2020 at 22:34, John Fastabend <john.fastabend@gmail.com> wrote:
>
> Couple cleanup patches to recently posted series[0] from Bjorn to
> cleanup and optimize the devmap usage. Patches have commit ids
> the cleanup applies to.
>
> [0] https://www.spinics.net/lists/netdev/msg620639.html
>
> ---
>
> John Fastabend (2):
>       bpf: xdp, update devmap comments to reflect napi/rcu usage
>       bpf: xdp, remove no longer required rcu_read_{un}lock()
>

Thanks for the clean-up, John!

For the series:
Acked-by: Björn Töpel <bjorn.topel@intel.com>

>
>  kernel/bpf/devmap.c |   23 +++++++++++------------
>  1 file changed, 11 insertions(+), 12 deletions(-)
>
> --
> Signature