head	1.3;
access;
symbols
	RELENG_9:1.3.0.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.01.53.01;	author svnexp;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2012.06.25.09.46.06;	author uqs;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.19.07.34.13;	author np;	state Exp;
branches;
next	;

1.3.2.1
date	2012.11.17.01.53.01;	author svnexp;	state dead;
branches;
next	1.3.2.2;

1.3.2.2
date	2013.07.03.10.01.46;	author svnexp;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	2013.10.07.13.01.43;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/sys/modules/toecore/Makefile 237560 2012-06-25 09:46:06Z uqs $

.PATH: ${.CURDIR}/../../netinet

KMOD=	toecore
SRCS=	toecore.c
SRCS+=	opt_ofed.h opt_inet.h opt_inet6.h

.include <bsd.kmod.mk>
@


1.3.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-07-03 10:01:46 +0000
@
text
@d1 9
@


1.3.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252555
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 9
# $FreeBSD: stable/9/sys/modules/toecore/Makefile 237263 2012-06-19 07:34:13Z np $

.PATH: ${.CURDIR}/../../netinet

KMOD=	toecore
SRCS=	toecore.c
SRCS+=	opt_ofed.h

.include <bsd.kmod.mk>
@


1.3.2.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/256109
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/toecore/Makefile 256109 2013-10-07 12:57:27Z pluknet $
d7 1
a7 1
SRCS+=	opt_ofed.h opt_inet.h opt_inet6.h
@


1.2
log
@SVN rev 237560 on 2012-06-25 09:46:06Z by uqs

Fix 'make depend'.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 237263 on 2012-06-19 07:34:13Z by np

- Updated TOE support in the kernel.

- Stateful TCP offload drivers for Terminator 3 and 4 (T3 and T4) ASICs.
  These are available as t3_tom and t4_tom modules that augment cxgb(4)
  and cxgbe(4) respectively.  The cxgb/cxgbe drivers continue to work as
  usual with or without these extra features.

- iWARP driver for Terminator 3 ASIC (kernel verbs).  T4 iWARP in the
  works and will follow soon.

Build-tested with make universe.

30s overview
============
What interfaces support TCP offload?  Look for TOE4 and/or TOE6 in the
capabilities of an interface:
# ifconfig -m | grep TOE

Enable/disable TCP offload on an interface (just like any other ifnet
capability):
# ifconfig cxgbe0 toe
# ifconfig cxgbe0 -toe

Which connections are offloaded?  Look for toe4 and/or toe6 in the
output of netstat and sockstat:
# netstat -np tcp | grep toe
# sockstat -46c | grep toe

Reviewed by:	bz, gnn
Sponsored by:	Chelsio communications.
MFC after:	~3 months (after 9.1, and after ensuring MFC is feasible)
@
text
@d7 1
a7 1
SRCS+=	opt_ofed.h
@

