Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2013 22:40:34 +0000 (UTC)
From:      Bryan Venteicher <bryanv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r247244 - user/bryanv
Message-ID:  <201302242240.r1OMeYDT014139@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bryanv
Date: Sun Feb 24 22:40:33 2013
New Revision: 247244
URL: http://svnweb.freebsd.org/changeset/base/247244

Log:
  Create an experimentation branch for VirtIO net multiqueue
  
  Patches to QEMU and Linux VirtIO multiqueue have been floating
  around for a long time, and were finally merged in QEMU 1.4 and
  Linux 3.8. This branch will make the FreeBSD driver multiqueue
  aware.
  
  Lots of long overdue network driver changes will also be done,
  such as:
    - Address checksum issues, particularly IPv6. VirtIO checksumming
      is difficult to fit into FreeBSD, but it can be better done.
    - Complete support for the virtqueue EVENT_IDX feature. Partial
      support was added last year, but I never got around to finishing
      it.
  
  Approved by:	grehan (implicit)

Added:
  user/bryanv/
     - copied from r247243, projects/virtio/
Directory Properties:
  user/bryanv/vtnetmq/   (props changed)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302242240.r1OMeYDT014139>