]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-sk-msg-peek'
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 17 Oct 2018 00:30:32 +0000 (02:30 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 17 Oct 2018 00:30:33 +0000 (02:30 +0200)
commit0be1976fa7e1640e32b754be91eade99730d6ae5
tree91c572d5fd4344b131082e7a1e5e033245dc21b8
parent1d84998e3a9b725eeb6168a7d920f6e827d31644
parent2272071fe3d9ef3d7bf0da8a0589c8d7fe79c19c
Merge branch 'bpf-sk-msg-peek'

John Fastabend says:

====================
This adds support for the MSG_PEEK flag when redirecting into
an ingress psock sk_msg queue.

The first patch adds some base support to the helpers, then the
feature, and finally we add an option for the test suite to do
a duplicate MSG_PEEK call on every recv to test the feature.

With duplicate MSG_PEEK call all tests continue to PASS.
====================

Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>