Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2013 01:06:27 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r245933 - head/sys/dev/cxgbe
Message-ID:  <201301260106.r0Q16Rc5091517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Sat Jan 26 01:06:27 2013
New Revision: 245933
URL: http://svnweb.freebsd.org/changeset/base/245933

Log:
  cxgbe/tom: List IFCAP_TOE6 as supported now that all the required pieces
  are in place.  You still have to enable it explicitly, after loading the
  t4_tom KLD.

Modified:
  head/sys/dev/cxgbe/t4_main.c

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Sat Jan 26 00:57:29 2013	(r245932)
+++ head/sys/dev/cxgbe/t4_main.c	Sat Jan 26 01:06:27 2013	(r245933)
@@ -875,7 +875,7 @@ cxgbe_attach(device_t dev)
 	ifp->if_capabilities = T4_CAP;
 #ifdef TCP_OFFLOAD
 	if (is_offload(pi->adapter))
-		ifp->if_capabilities |= IFCAP_TOE4;
+		ifp->if_capabilities |= IFCAP_TOE;
 #endif
 	ifp->if_capenable = T4_CAP_ENABLE;
 	ifp->if_hwassist = CSUM_TCP | CSUM_UDP | CSUM_IP | CSUM_TSO |



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