Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2010 17:26:47 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/e1000 if_igb.c if_igb.h
Message-ID:  <201006301727.o5UHRBp5053171@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2010-06-30 17:26:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/e1000        if_igb.c if_igb.h 
  Log:
  SVN rev 209611 on 2010-06-30 17:26:47Z by jfv
  
  SR-IOV support added to igb
  
  What this provides is support for the 'virtual function'
  interface that a FreeBSD VM may be assigned from a host
  like KVM on Linux, or newer versions of Xen with such
  support.
  
  When the guest is set up with the capability, a special
  limited function 82576 PCI device is present in its virtual
  PCI space, so with this driver installed in the guest that
  device will be detected and function nearly like the bare
  metal, as it were.
  
  The interface is only allowed a single queue in this configuration
  however initial performance tests have looked very good.
  
  Enjoy!!
  
  Revision  Changes    Path
  1.49      +283 -163  src/sys/dev/e1000/if_igb.c
  1.13      +14 -9     src/sys/dev/e1000/if_igb.h



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