diff options
| author | Paul Chaignon <paul.chaignon@orange.com> | 2019-09-17 11:41:26 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-09-17 14:41:41 +0200 |
| commit | c9364a464803dee7c57da611a17d01b57b53ff7d (patch) | |
| tree | 443176872012ac3f63d8709ca007a64fb9f037bc /executor/executor.cc | |
| parent | 13dcda9b39492dcd91150df7d867bbe2a44cc5e6 (diff) | |
sys/linux: support for loopkup-free map value accesses
A new BPF instruction that allows lookup-free map value accesses was added
in Linux v5.2, with commit d8eca5b ("bpf: implement lookup-free direct
value access for maps"). It enables direct access to map values without
having to call a BPF helper. It is currently used to implement global
variable support.
This commit adds support for that new instruction.
Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions
