]> git.baikalelectronics.ru Git - kernel.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)
commitc5fc4c23fa263cd4b974dbf19604dd83d06b30b4
treee355a84970cff01d0b2b1182d6cb58e063dbff26
parentcf59b03e7ea0bceed5ea282abf81aec0352e9b76
parentf1ed360cbb94b3d1bd2df09563d7724ea2482ed5
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>