WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] SR-IOV: patches are available for Linux kernel

To: <kvm@xxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>, <virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] SR-IOV: patches are available for Linux kernel
From: "Zhao, Yu" <yu.zhao@xxxxxxxxx>
Date: Tue, 12 Aug 2008 16:32:14 +0800
Cc:
Delivery-date: Tue, 12 Aug 2008 01:33:07 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acj8VewGsx+WRAACS0Sz56Au4wAirA==
Thread-topic: SR-IOV: patches are available for Linux kernel
Greetings,

Patches to support Single Root I/O Virtualization (SR-IOV) capability are 
available for the Linux 2.6 development tree.

KVM and Xen supports will come soon!

---

Single Root I/O Virtualization (SR-IOV) capability defined by PCI-SIG is 
intended to enable multiple system software to share PCI hardware resources. 
PCI device that supports this capability can be extended to one Physical 
Functions plus multiple Virtual Functions. Physical Function, which could be 
considered as the "real" PCI device, reflects the hardware instance and manages 
all physical resources. Virtual Functions are associated with a Physical 
Function and shares physical resources with the Physical Function. Software can 
control allocation of Virtual Functions via registers encapsulated in the 
capability.

Following patches add SR-IOV capability support to the Linux kernel. With these 
patches, people can turn a PCI device with the capability into multiple ones 
from software perspective.

[PATCH 1/4] PCI: export pci_read_base and add pci_update_base
[PATCH 2/4] PCI: support ARI capability
[PATCH 3/4] PCI: support SR-IOV capability
[PATCH 4/4] PCI: document SR-IOV

SR-IOV specification can be found at 
http://www.pcisig.com/members/downloads/specifications/iov/sr-iov1.0_11Sep07.pdf

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] SR-IOV: patches are available for Linux kernel, Zhao, Yu <=