summaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
authorStanislav Fomichev <sdf@google.com>2019-01-16 11:10:03 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2019-01-17 10:30:31 +0100
commit549d4d3da7c4a75c25ea2726223ab96a1eeb135f (patch)
tree0e9311833bba261a792a79059e21fd7c63ede121 /certs
parent66cf6e0b1248e576468956cb33ad2dabc45163dc (diff)
downloadlinux-549d4d3da7c4a75c25ea2726223ab96a1eeb135f.tar.bz2
bpftool: add push and enqueue commands
This is intended to be used with queues and stacks and be more user-friendly than 'update' without the key. Example: bpftool map create /sys/fs/bpf/q type queue value 4 entries 10 name q bpftool map push pinned /sys/fs/bpf/q value 0 1 2 3 bpftool map peek pinned /sys/fs/bpf/q value: 00 01 02 03 bpftool map create /sys/fs/bpf/s type stack value 4 entries 10 name s bpftool map enqueue pinned /sys/fs/bpf/s value 0 1 2 3 bpftool map peek pinned /sys/fs/bpf/s value: 00 01 02 03 Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions