This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add UDP_GRO from Linux 5.0 to netinet/udp.h


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]