netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: alexei.starovoitov@gmail.com, netdev@vger.kernel.org,
	Daniel Borkmann <daniel@iogearbox.net>
Subject: [PATCH net-next 0/3] bpf: improve fd array release
Date: Wed, 15 Jun 2016 22:47:11 +0200	[thread overview]
Message-ID: <cover.1466021686.git.daniel@iogearbox.net> (raw)

This set improves BPF perf fd array map release wrt to purging
entries, first two extend the API as needed. Please see individual
patches for more details.

Thanks!

Daniel Borkmann (3):
  bpf, maps: add release callback
  bpf, maps: extend map_fd_get_ptr arguments
  bpf, maps: flush own entries on perf map release

 include/linux/bpf.h      |  24 ++++++++--
 kernel/bpf/arraymap.c    | 116 +++++++++++++++++++++++++++++++++--------------
 kernel/bpf/syscall.c     |  13 +++++-
 kernel/trace/bpf_trace.c |  18 ++++----
 4 files changed, 122 insertions(+), 49 deletions(-)

-- 
1.9.3

             reply	other threads:[~2016-06-15 20:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-15 20:47 Daniel Borkmann [this message]
2016-06-15 20:47 ` [PATCH net-next 1/3] bpf, maps: add release callback Daniel Borkmann
2016-06-15 20:47 ` [PATCH net-next 2/3] bpf, maps: extend map_fd_get_ptr arguments Daniel Borkmann
2016-06-15 20:47 ` [PATCH net-next 3/3] bpf, maps: flush own entries on perf map release Daniel Borkmann
2016-06-16  6:43 ` [PATCH net-next 0/3] bpf: improve fd array release David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1466021686.git.daniel@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=alexei.starovoitov@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).