From owner-svn-doc-all@freebsd.org Sun Jul 12 23:03:49 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 C478099B6D0; Sun, 12 Jul 2015 23:03:49 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9AEA21174; Sun, 12 Jul 2015 23:03:49 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6CN3nW1092412; Sun, 12 Jul 2015 23:03:49 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6CN3n8P092410; Sun, 12 Jul 2015 23:03:49 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201507122303.t6CN3n8P092410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sun, 12 Jul 2015 23:03:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46958 - 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: Sun, 12 Jul 2015 23:03:49 -0000 Author: wblock Date: Sun Jul 12 23:03:48 2015 New Revision: 46958 URL: https://svnweb.freebsd.org/changeset/doc/46958 Log: Add Tiwei Bie 's Multiqueue Testing report. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Sun Jul 12 22:57:37 2015 (r46957) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Sun Jul 12 23:03:48 2015 (r46958) @@ -412,6 +412,7 @@ bhd@FreeBSD.org + Johann @@ -419,6 +420,7 @@ jkois@FreeBSD.org + Benedict @@ -481,4 +483,51 @@ + + + Multiqueue Testing + + + + + Tiwei + Bie + + btw@FreeBSD.org + + + + + Hiren + Panchasara + + hiren@FreeBSD.org + + + + + + + + +

The aim of this project is to design and implement a + infrastructure to validate that a number of the network + stack's multiqueue behaviours are as expected.

+ +

It mainly consists of extending tap(4) to provide + the same RSS behaviours with the hardware multiqueue network + cards, developing simple test applications using multiqueue + tap(4) and socket(2), adding hooks in each + layer of the network stack to collect the per-ring per-cpu + per-layer statistics, and extending netstat(1) to + report these statistics.

+ +

At present, most parts of this project have been implemented. + The focus is on the code review, and API/KPI freeze.

+ + + + Google Summer Of Code 2015 + +