diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2017-04-24 22:14:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-24 16:18:10 -0400 |
commit | e390b55d5aefe2b51569068b2a505d19d72afbf1 (patch) | |
tree | a3f9dcb6e95ede17e39fa54bcc37f23044d95f72 /samples | |
parent | 91ec701a553cb3de470fd471c6fefe3ad1125455 (diff) |
bpf: make bpf_xdp_adjust_head support mandatory
Now that also the last in-tree user of the xdp_adjust_head bit has
been removed, we can remove the flag from struct bpf_prog altogether.
This, at the same time, also makes sure that any future driver for
XDP comes with bpf_xdp_adjust_head() support right away.
A rejection based on this flag would also mean that tail calls
couldn't be used with such driver as per c2002f983767 ("bpf: fix
checking xdp_adjust_head on tail calls") fix, thus lets not allow
for it in the first place.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions