From owner-svn-doc-all@freebsd.org Thu Oct 15 03:15:40 2015 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 C78D3A1599A; Thu, 15 Oct 2015 03:15:40 +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 6FA6E114D; Thu, 15 Oct 2015 03:15:40 +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 t9F3FdGm016884; Thu, 15 Oct 2015 03:15:39 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9F3FdM0016883; Thu, 15 Oct 2015 03:15:39 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201510150315.t9F3FdM0016883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Thu, 15 Oct 2015 03:15:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47559 - 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: Thu, 15 Oct 2015 03:15:40 -0000 Author: bjk Date: Thu Oct 15 03:15:39 2015 New Revision: 47559 URL: https://svnweb.freebsd.org/changeset/doc/47559 Log: Add LiquidIO report from Stanislaw Kardach Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Wed Oct 14 19:47:02 2015 (r47558) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Thu Oct 15 03:15:39 2015 (r47559) @@ -280,4 +280,82 @@ + + Cavium LiquidIO Smart NIC driver + + + + + Stanislaw + Kardach + + kda@semihalf.com + + + + + Zyta + Racia + + zr@semihalf.com + + + + + LiquidIO + product page + + + +

This project aims to add support for the LiquidIO family + of high-performance programmable accellerator 10/40-gigabit + Ethernet network adapters. The currently developed kernel driver + supports CN6640- and CN6880-based PCIe cards, enabling the + following features:

+ +
    +
  • A CNNIC API for controlling/interacting with the smart NIC + from user and kernel space including: +
      +
    • Handling multiple concurrent applications running on the + same device
    • +
    • Request/reply mechanism for (a)synchronous + ordered/unordered communication
    • +
    • Remote memory operations
    • +
    • Device shutdown/reset
    • +
    +
  • +
  • A basic NIC module utilizing the CNNIC API and a + Cavium-provided NIC firmware. This module provides: +
      +
    • Single/multi-queue TX
    • +
    • Hardware TCP/UDP checksum offloading
    • +
    • Large Receive Offload
    • +
    • Promiscous mode
    • +
    +
  • +
  • Sysctl-based device statistics and configuration view
  • +
  • Custom firmware loading via user-built modules and + &os;'s firmware(9) mechanism.
  • +
+ +

The project is currently being developed in house and is + currently being prepared for upstream. We plan on making it + available in &os; 11.

+ + + + + Cavium + + + + Semihalf + + + + Upstream the code to &os; HEAD. + +
+