[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1503104831.git.daniel@iogearbox.net>
Date: Sat, 19 Aug 2017 03:12:44 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: davem@...emloft.net
Cc: ast@...com, netdev@...r.kernel.org,
Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH net-next v2 0/2] BPF inline improvements
First one makes htab inlining more robust wrt future jits and
second one inlines map in map lookups through map_gen_lookup()
callback.
Thanks!
v1 -> v2:
- BITS_PER_LONG guard in patch 1
- BPF_EMIT_CALL is on __htab_map_lookup_elem
Daniel Borkmann (2):
bpf: make htab inlining more robust wrt assumptions
bpf: inline map in map lookup functions for array and htab
kernel/bpf/arraymap.c | 26 ++++++++++++++++++++++++++
kernel/bpf/hashtab.c | 17 +++++++++++++++++
kernel/bpf/verifier.c | 6 +++++-
3 files changed, 48 insertions(+), 1 deletion(-)
--
1.9.3
Powered by blists - more mailing lists