From: Stephen Hemminger Date: Thu, 21 Sep 2017 01:00:36 +0000 (-0700) Subject: BPF: update headers from 4.14-rc1 X-Git-Tag: v4.14.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cf8415601293a359cf052c70d20cea9740d8a1;p=thirdparty%2Fiproute2.git BPF: update headers from 4.14-rc1 Signed-off-by: Stephen Hemminger --- diff --git a/include/linux/bpf.h b/include/linux/bpf.h index b94acdc07..0895a529c 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,