NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53562 CVS commit: src/sys



The following reply was made to PR kern/53562; it has been noted by GNATS.

From: "Rin Okuyama" <rin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53562 CVS commit: src/sys
Date: Wed, 12 Dec 2018 01:40:21 +0000

 Module Name:	src
 Committed By:	rin
 Date:		Wed Dec 12 01:40:21 UTC 2018
 
 Modified Files:
 	src/sys/net: files.net
 	src/sys/netinet: in_offload.c in_offload.h
 	src/sys/netinet6: in6_offload.c in6_offload.h
 	src/sys/rump/net/lib/libnet: Makefile
 Added Files:
 	src/sys/net: ether_sw_offload.c ether_sw_offload.h
 
 Log Message:
 PR kern/53562
 
 Add ether_sw_offload_[tr]x: handle TX/RX offload options in software.
 Since this violates separation b/w L2 and L3/L4, new files are added
 rather than having the routines in sys/net/if_ethersubr.c.
 
 OK msaitoh thorpej
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r0 -r1.1 src/sys/net/ether_sw_offload.c \
     src/sys/net/ether_sw_offload.h
 cvs rdiff -u -r1.19 -r1.20 src/sys/net/files.net
 cvs rdiff -u -r1.12 -r1.13 src/sys/netinet/in_offload.c
 cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/in_offload.h
 cvs rdiff -u -r1.11 -r1.12 src/sys/netinet6/in6_offload.c
 cvs rdiff -u -r1.9 -r1.10 src/sys/netinet6/in6_offload.h
 cvs rdiff -u -r1.30 -r1.31 src/sys/rump/net/lib/libnet/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index