From owner-svn-doc-head@FreeBSD.ORG Mon Sep 9 21:40:56 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5898E6EF; Mon, 9 Sep 2013 21:40:56 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C79D265A; Mon, 9 Sep 2013 21:40:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89LeuZU042053; Mon, 9 Sep 2013 21:40:56 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89LeuwX042052; Mon, 9 Sep 2013 21:40:56 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201309092140.r89LeuwX042052@svn.freebsd.org> From: Gabor Pali Date: Mon, 9 Sep 2013 21:40:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42637 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 21:40:56 -0000 Author: pgj Date: Mon Sep 9 21:40:55 2013 New Revision: 42637 URL: http://svnweb.freebsd.org/changeset/doc/42637 Log: - Add Q3 status reports for vtnet(4) multiqueue and vmx(4) Submitted by: bryanv Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Sep 9 21:21:34 2013 (r42636) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Sep 9 21:40:55 2013 (r42637) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 3 entries and we hope you enjoy reading it.

+ contains 5 entries and we hope you enjoy reading it.

The deadline for submissions covering between October and @@ -189,4 +189,59 @@ More reviews, more stability and performance tests. + + + VMware VMXNET3 Driver + + + + + Bryan + Venteicher + + bryanv@freebsd.org + + + + + + + + + +

A port of the OpenBSD vmx(4) ethernet driver has been + committed. The driver can be used in place of the VMware Tools + vmxnet3 driver, which currently does not support + 10.0-RELEASE (or anything past 9.1-RELEASE).

+ + + + Performance improvements, multiqueue support. + Merge to stable/9. + + + + + VirtIO Network Multiqueue + + + + + Bryan + Venteicher + + bryanv@freebsd.org + + + + + + + + +

The VirtIO network driver, vtnet(4), recently gained + support for multiple queues, along with a significant cleanup + and support for a few additional features.

+ +