]> 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)
commitcfb66ef4ec936a2c1abb71202daf09976c6c651d
treee355a84970cff01d0b2b1182d6cb58e063dbff26
parent513c4938834974238c5d9839e86de8950e840462
parent0608d5469e7a8901e6ac72efda95df41d29f5856
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>