Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965346Ab2JCRvs (ORCPT ); Wed, 3 Oct 2012 13:51:48 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:34551 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964823Ab2JCRvr (ORCPT ); Wed, 3 Oct 2012 13:51:47 -0400 From: Yinghai Lu To: Bjorn Helgaas , Greg Kroah-Hartman Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Don Dutile , yuvalmin@broadcom.com, bhutchings@solarflare.com, gregory.v.rose@intel.com, davem@davemloft.net--no-chain-reply-to, Yinghai Lu Subject: [PATCH 0/5] PCI: per pci device sysfs set_max_vfs support Date: Wed, 3 Oct 2012 10:51:30 -0700 Message-Id: <1349286695-26713-1-git-send-email-yinghai@kernel.org> X-Mailer: git-send-email 1.7.7 In-Reply-To: <506C3B11.9010009@redhat.com> References: <506C3B11.9010009@redhat.com> X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1197 Lines: 36 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/