Merge branch 'bpf-sockmap-ingress'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 29 Mar 2018 22:09:44 +0000 (00:09 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 29 Mar 2018 22:09:45 +0000 (00:09 +0200)
commit1379ef828a18d8f81c526b25e4d5685caa2cfd65
tree44ae73f8c794e52f281830650e87b843cd6743d9
parent22527437e0a0c96ee3153e9d0382942b0fd4f9dd
parent2e3f6c5ff253b545b3916300d02871fcc101d4a7
Merge branch 'bpf-sockmap-ingress'

John Fastabend says:

====================
This series adds the BPF_F_INGRESS flag support to the redirect APIs.
Bringing the sockmap API in-line with the cls_bpf redirect APIs.

We add it to both variants of sockmap programs, the first patch adds
support for tx ulp hooks and the third patch adds support for the recv
skb hooks. Patches two and four add tests for the corresponding
ingress redirect hooks.

Follow on patches can address busy polling support, but next series
from me will move the sockmap sample program into selftests.

v2: added static to function definition caught by kbuild bot
v3: fixed an error branch with missing mem_uncharge
    in recvmsg op moved receive_queue check outside of RCU region
====================

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