search for: physfn

Displaying 6 results from an estimated 6 matches for "physfn".

2008 Nov 21
22
[PATCH 0/13 v7] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. The Physical Function and Virtual Function drivers using the SR-IOV APIs will come soon! Major changes from
2008 Nov 21
22
[PATCH 0/13 v7] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. The Physical Function and Virtual Function drivers using the SR-IOV APIs will come soon! Major changes from
2008 Nov 21
22
[PATCH 0/13 v7] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. The Physical Function and Virtual Function drivers using the SR-IOV APIs will come soon! Major changes from
2013 Jan 07
1
[PATCH] drivers/xen: avoid out-of-range write in xen_add_device
...nterface/physdev.h b/include/xen/interface/physdev.h > index 1844d31..24fd218 100644 > --- a/include/xen/interface/physdev.h > +++ b/include/xen/interface/physdev.h > @@ -242,11 +242,7 @@ struct physdev_pci_device_add { > uint8_t bus; > uint8_t devfn; > } physfn; > -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L > - uint32_t optarr[]; > -#elif defined(__GNUC__) > - uint32_t optarr[0]; > -#endif > + uint32_t optarr[1]; > }; > > #define PHYSDEVOP_pci_device_remove 26 > -- > 1.7.10.4...
2013 Jan 07
1
[PATCH] drivers/xen: avoid out-of-range write in xen_add_device
...nterface/physdev.h b/include/xen/interface/physdev.h > index 1844d31..24fd218 100644 > --- a/include/xen/interface/physdev.h > +++ b/include/xen/interface/physdev.h > @@ -242,11 +242,7 @@ struct physdev_pci_device_add { > uint8_t bus; > uint8_t devfn; > } physfn; > -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L > - uint32_t optarr[]; > -#elif defined(__GNUC__) > - uint32_t optarr[0]; > -#endif > + uint32_t optarr[1]; > }; > > #define PHYSDEVOP_pci_device_remove 26 > -- > 1.7.10.4...
2023 Mar 22
1
Xen with libvirt and SR-IOV
...i/devices/0000\:81\:02.6/driver/0000:81:02.6 > broken_parity_status? consistent_dma_mask_bits? dma_mask_bits??? enable > local_cpus? numa_node? reset????? resource0_wc? subsystem ?uevent > class???????????????? d3cold_allowed??????????? driver?????????? irq > modalias??? physfn???? resource?? resource3???? subsystem_device ?vendor > config??????????????? device??????????????????? driver_override local_cpulist > msi_bus???? power????? resource0? resource3_wc subsystem_vendor > > >> If bound to xen-pciback, it vf should also appear in the output of ...