]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'bpf-msg-push-data'
authorDaniel Borkmann <daniel@iogearbox.net>
Sat, 20 Oct 2018 19:37:12 +0000 (21:37 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 20 Oct 2018 19:37:13 +0000 (21:37 +0200)
commit2576b96757e481fb40f097517763ccf75f935037
treee355a84970cff01d0b2b1182d6cb58e063dbff26
parent5032d079909d1ac5c2535acc32d5f01cd245d8ea
parent84fbfe026acaa6d91e2f71f1635992bf472e2496
Merge branch 'bpf-msg-push-data'

John Fastabend says:

====================
This series adds a new helper bpf_msg_push_data to be used by
sk_msg programs. The helper can be used to insert extra bytes into
the message that can then be used by the program as metadata tags
among other things.

The first patch adds the helper, second patch the libbpf support,
and last patch updates test_sockmap to run msg_push_data tests.

v2: rebase after queue map and in filter.c convert int -> u32
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>