This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Add UDP_GRO from Linux 5.0 to netinet/udp.h
- From: "Gabriel F. T. Gomes" <gabriel at inconstante dot eti dot br>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Sat, 23 Mar 2019 20:03:53 -0300
- Subject: Re: Add UDP_GRO from Linux 5.0 to netinet/udp.h
- References: <alpine.DEB.2.21.1903212058410.14918@digraph.polyomino.org.uk>
On Thu, Mar 21 2019, Joseph Myers wrote:
> This patch adds the new constant UDP_GRO from Linux 5.0 to glibc.
Looks good to me.
$ git show v4.20:include/uapi/linux/udp.h | grep -E "UDP_GRO"
$ git show v5.0:include/uapi/linux/udp.h | grep -E "UDP_GRO"
#define UDP_GRO 104 /* This socket can receive UDP GRO packets */
> +#define UDP_GRO 104 /* This socket can receive UDP GRO packets. */
OK.