svn commit: r234617 - head/sys/dev/qlxgb

Bjoern A. Zeeb bz at FreeBSD.org
Mon Apr 23 21:49:12 UTC 2012


Author: bz
Date: Mon Apr 23 21:49:11 2012
New Revision: 234617
URL: http://svn.freebsd.org/changeset/base/234617

Log:
  Do not announce IPv6 TSO support yet.  The in-tree driver does not seem
  to fully handle this yet.
  
  Reviewed by:	davidcs
  MFC after:	1 week

Modified:
  head/sys/dev/qlxgb/qla_os.c

Modified: head/sys/dev/qlxgb/qla_os.c
==============================================================================
--- head/sys/dev/qlxgb/qla_os.c	Mon Apr 23 20:56:05 2012	(r234616)
+++ head/sys/dev/qlxgb/qla_os.c	Mon Apr 23 21:49:11 2012	(r234617)
@@ -677,7 +677,6 @@ qla_init_ifnet(device_t dev, qla_host_t 
 
 	ifp->if_capabilities = IFCAP_HWCSUM |
 				IFCAP_TSO4 |
-				IFCAP_TSO6 |
 				IFCAP_JUMBO_MTU;
 
 	ifp->if_capabilities |= IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_MTU;


More information about the svn-src-all mailing list