From 44cf8415601293a359cf052c70d20cea9740d8a1 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 20 Sep 2017 18:00:36 -0700 Subject: [PATCH] BPF: update headers from 4.14-rc1 Signed-off-by: Stephen Hemminger --- include/linux/bpf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/bpf.h b/include/linux/bpf.h index b94acdc0..0895a529 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -766,8 +766,8 @@ struct bpf_sock { /* User return codes for XDP prog type. * A valid XDP program must return one of these defined values. All other - * return codes are reserved for future use. Unknown return codes will result - * in packet drop. + * return codes are reserved for future use. Unknown return codes will + * result in packet drops and a warning via bpf_warn_invalid_xdp_action(). */ enum xdp_action { XDP_ABORTED = 0,