From owner-svn-doc-all@freebsd.org Sat Jan 9 21:50:55 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B90FAA69568; Sat, 9 Jan 2016 21:50:55 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67739161D; Sat, 9 Jan 2016 21:50:55 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u09Losch037855; Sat, 9 Jan 2016 21:50:54 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u09Losjm037854; Sat, 9 Jan 2016 21:50:54 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201601092150.u09Losjm037854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sat, 9 Jan 2016 21:50:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47984 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2016 21:50:55 -0000 Author: bjk Date: Sat Jan 9 21:50:54 2016 New Revision: 47984 URL: https://svnweb.freebsd.org/changeset/doc/47984 Log: Add entry on Chelsio iSCSI hardware offload from np Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sat Jan 9 21:30:57 2016 (r47983) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sat Jan 9 21:50:54 2016 (r47984) @@ -1186,4 +1186,63 @@ The FreeBSD Foundation + + + Chelsio iSCSI Offload Driver (Initiator and Target) + + + + + Navdeep + Parhar + + navdeep@chelsio.com + + + + + Commit Adding Hardware Acceleration Support + + + +

A new driver, cxgbei, that enables hardware + accelerated iSCSI with Chelsio's T5- and T4-based offload-capable + cards, has been committed to HEAD. Both Initiator and Target are + supported. The wire traffic is standard iSCSI (SCSI over TCP as + per RFC 3720, etc.) so an Initiator/Target using this driver will + interoperate with all other standards-compliant + implementations.

+ +

Hardware assistance provided by the T5 and T4 ASICs includes:

+ +
    +
  • Complete TCP processing.
  • + +
  • iSCSI PDU identification and extraction from the byte + oriented TCP stream.
  • + +
  • Header and/or data digest generation and + verification.
  • + +
  • Zero copy support for both transmit and receive.
  • +
+ + + + Chelsio Communications + + + + +

The cxgbei(4) man page is missing but will be + committed shortly.

+
+ + +

The driver is in advanced stage QA and will see some + bugfixes and performance enhancements in the very near future. + MFC is possible as soon as the QA cycle completes.

+
+
+