From 77265f5d49f80dcaa6fe737709d070aab77f1843 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 5 Jan 2019 21:14:42 +0000 Subject: [PATCH] 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. --- NEWS | 3 ++- xlat/sock_udp_options.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.40.0