netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/1] bpf: add XDP_SOCK type
@ 2019-06-05 15:57 Jonathan Lemon
  2019-06-05 15:57 ` [PATCH 1/1] bpf: Allow bpf_map_lookup_elem() on an xskmap Jonathan Lemon
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Lemon @ 2019-06-05 15:57 UTC (permalink / raw)
  To: bjorn.topel, magnus.karlsson, toke, brouer
  Cc: kernel-team, netdev, daniel, ast

Have the xskmap version of bpf_map_lookup_elem() return
an XDP_SOCK type.  This can be used to verify the existence
of an entry, and then check the sock properties.

Further improvements would include passing the pointer 
directly to a helper for redirrection instead of referencing
the map again.

Jonathan Lemon (1):
  bpf: Allow bpf_map_lookup_elem() on an xskmap

 include/linux/bpf.h                           |  8 ++++
 include/net/xdp_sock.h                        |  4 +-
 include/uapi/linux/bpf.h                      |  4 ++
 kernel/bpf/verifier.c                         | 26 +++++++++++-
 kernel/bpf/xskmap.c                           |  7 ++++
 net/core/filter.c                             | 40 +++++++++++++++++++
 tools/include/uapi/linux/bpf.h                |  4 ++
 .../bpf/verifier/prevent_map_lookup.c         | 15 -------
 tools/testing/selftests/bpf/verifier/sock.c   | 18 +++++++++
 9 files changed, 107 insertions(+), 19 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-05 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05 15:57 [PATCH bpf-next 0/1] bpf: add XDP_SOCK type Jonathan Lemon
2019-06-05 15:57 ` [PATCH 1/1] bpf: Allow bpf_map_lookup_elem() on an xskmap Jonathan Lemon
2019-06-05 17:16   ` Björn Töpel
2019-06-05 18:36     ` Jonathan Lemon
2019-06-05 22:31   ` Martin Lau

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).