patch-2.1.56 linux/net/ipv6/ip6_output.c

Next file: linux/net/ipv6/route.c
Previous file: linux/net/ipv6/ip6_input.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/net/ipv6/ip6_output.c linux/net/ipv6/ip6_output.c
@@ -47,7 +47,9 @@
 	
 	if (dev->hard_header) {
 		int mac;
-		
+
+		/* Maybe when Alexey has done his new magic I'll hack this
+		   it seems to be worth 1-2% on IPv4 */
 #if 0
 		if (dst->hh)
 			hh_copy_header(dst->hh, skb);
@@ -143,7 +145,7 @@
 
 /*
  *	To avoid extra problems ND packets are send through this
- *	routine. It's code duplication but i really want to avoid
+ *	routine. It's code duplication but I really want to avoid
  *	extra checks since ipv6_build_header is used by TCP (which
  *	is for us performace critical)
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov