This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.29.9000-157-gd7563e6


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d7563e6277ee9c0b6936debd4a6c9a910105b68a (commit)
      from  9ac2de697e4989812197d939b9bf20ad1d784d8c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d7563e6277ee9c0b6936debd4a6c9a910105b68a

commit d7563e6277ee9c0b6936debd4a6c9a910105b68a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 25 13:16:46 2019 +0000

    Add UDP_GRO from Linux 5.0 to netinet/udp.h.
    
    This patch adds the new constant UDP_GRO from Linux 5.0 to glibc.
    
    Tested for x86_64.
    
    	* sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro.

diff --git a/ChangeLog b/ChangeLog
index 2ead14e..2e8ed59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2019-03-25  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro.
+
 	* elf/elf.h (NT_ARM_PAC_MASK): New macro.
 	(NT_MIPS_MSA): Likewise.
 
diff --git a/sysdeps/gnu/netinet/udp.h b/sysdeps/gnu/netinet/udp.h
index fc82bae..b6822cb 100644
--- a/sysdeps/gnu/netinet/udp.h
+++ b/sysdeps/gnu/netinet/udp.h
@@ -82,6 +82,7 @@ struct udphdr
 #define UDP_NO_CHECK6_RX 102	/* Disable accepting checksum for UDP
 				   over IPv6.  */
 #define UDP_SEGMENT	103	/* Set GSO segmentation size.  */
+#define UDP_GRO		104	/* This socket can receive UDP GRO packets.  */
 
 /* UDP encapsulation types */
 #define UDP_ENCAP_ESPINUDP_NON_IKE 1	/* draft-ietf-ipsec-nat-t-ike-00/01 */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    2 ++
 sysdeps/gnu/netinet/udp.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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