From: Dmitry V. Levin Date: Sat, 5 Jan 2019 21:14:42 +0000 (+0000) Subject: xlat: update UDP_* constants X-Git-Tag: v5.0~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77265f5d49f80dcaa6fe737709d070aab77f1843;p=strace xlat: update UDP_* constants * xlat/sock_udp_options.in (UDP_GRO): New constant introduced by Linux kernel commit v5.0-rc1~129^2~379^2~8. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index 43c8b491..0dc19aee 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ Noteworthy changes in release ?.?? (????-??-??) * Improvements * Updated lists of BPF_*, BTRFS_*, FAN_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*, - NETNSA_*, NT_*, PR_*, SECCOMP_*, SCTP_*, V4L2_*, and *_MAGIC constants. + NETNSA_*, NT_*, PR_*, SECCOMP_*, SCTP_*, UDP_*, V4L2_*, and *_MAGIC + constants. * Bug fixes * Fixed strace-k test on alpha. diff --git a/xlat/sock_udp_options.in b/xlat/sock_udp_options.in index 52367e03..753582f3 100644 --- a/xlat/sock_udp_options.in +++ b/xlat/sock_udp_options.in @@ -3,3 +3,4 @@ UDP_ENCAP 100 UDP_NO_CHECK6_TX 101 UDP_NO_CHECK6_RX 102 UDP_SEGMENT 103 +UDP_GRO 104