Navdeep Parhar 09fe63205c - 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)
2012-06-19 07:34:13 +00:00
..
2010-08-23 06:13:29 +00:00
2012-02-16 22:59:29 +00:00
2012-05-24 04:10:34 +00:00
2011-01-06 21:04:00 +00:00
2011-01-06 21:04:00 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2012-05-22 06:33:08 +00:00
2012-05-24 14:07:44 +00:00
2011-12-16 14:28:34 +00:00
2011-12-30 21:22:10 +00:00
2010-08-23 06:13:29 +00:00
2010-10-13 14:44:38 +00:00
2012-06-19 07:34:13 +00:00
2012-05-23 17:10:22 +00:00
2010-09-16 09:29:48 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2012-03-28 20:58:30 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2012-02-16 21:57:50 +00:00
2012-04-20 04:40:39 +00:00
2012-05-30 13:55:43 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2012-05-06 11:41:00 +00:00
2012-03-30 23:05:48 +00:00
2012-04-21 01:51:16 +00:00
2012-05-01 07:38:40 +00:00
2010-08-23 06:13:29 +00:00
2012-02-11 08:34:33 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2012-06-19 07:34:13 +00:00
2010-08-15 15:33:01 +00:00
2010-08-19 11:31:03 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2010-10-13 14:44:38 +00:00
2010-08-13 04:00:35 +00:00
2011-03-20 21:05:09 +00:00
2012-03-05 06:46:35 +00:00
2010-08-23 06:13:29 +00:00
2012-02-16 21:57:50 +00:00
2012-02-16 21:57:50 +00:00
2012-06-03 12:19:16 +00:00
2012-01-17 18:20:34 +00:00
2012-06-19 07:34:13 +00:00