Add UDP_GRO from Linux 5.0 to netinet/udp.h
Gabriel F. T. Gomes
gabriel@inconstante.eti.br
Sat Mar 23 23:04:00 GMT 2019
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.
More information about the Libc-alpha
mailing list