[PATCH 2/2] ixgbe: set driver_max_VFs should be done before enabling SRIOV

2014-01-15 Thread Ethan Zhao
commit 43dc4e01 Limit number of reported VFs to device specific value It doesn't work and always returns -EBUSY because VFs ware already enabled. ixgbe_enable_sriov() pci_enable_sriov() sriov_enable() { ... .. iov->ctrl |= PCI

Re: [PATCH 2/2] ixgbe: set driver_max_VFs should be done before enabling SRIOV

2013-12-27 Thread Jeff Kirsher
On Wed, 2013-12-25 at 00:07 +0800, Ethan Zhao wrote: > commit 43dc4e01 Limit number of reported VFs to device specific value > It doesn't work and always returns -EBUSY because VFs ware already > enabled. > > ixgbe_enable_sriov() > pci_enable_sriov() > sriov_enable() >

[PATCH 2/2] ixgbe: set driver_max_VFs should be done before enabling SRIOV

2013-12-24 Thread Ethan Zhao
commit 43dc4e01 Limit number of reported VFs to device specific value It doesn't work and always returns -EBUSY because VFs ware already enabled. ixgbe_enable_sriov() pci_enable_sriov() sriov_enable() { ... .. iov->ctrl |= PCI