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

[ Available lists | Index of svn-src-head | Month of Apr 2012 | Week of 23 Apr 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bjoern A. Zeeb <bz@FreeBSD.org>
Date
23 Apr 2012 21:49:11
Subject
svn commit: r234617 - head/sys/dev/qlxgb
Message-ID
201204232149.q3NLnBGw016978@svn.freebsd.org


[ Hide this part ]
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;


Elapsed time: 0.075 seconds