First two patches are old patches in my queue. They introduce pci_dev_type and use it with vga in sysfs. other two will add set_max_vfs in sysfs for device that support siov. last one is draft version for ixgbe, still need ixgbe guys to sort it out. Thanks Yinghai Yinghai Lu (5): PCI: Add pci_dev_type PCI, sys: Use is_visable() with boot_vga attribute for pci_dev PCI: add set_max_vfs in pci_driver ops PCI: Add max_vfs in sysfs per pci device where supports ixgbe: add driver set_max_vfs support drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2 + drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 44 +++++++++--- drivers/pci/pci-sysfs.c | 96 ++++++++++++++++++++++--- drivers/pci/pci.h | 1 + drivers/pci/probe.c | 1 + include/linux/pci.h | 2 + 6 files changed, 126 insertions(+), 20 deletions(-) -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html