Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 21:49:11 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234617 - head/sys/dev/qlxgb
Message-ID:  <201204232149.q3NLnBGw016978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204232149.q3NLnBGw016978>