Re: [PATCH v3 1/2] PCI/IOV: Store more data about VFs into the SRIOV struct

2018-03-06 Thread Raslan, KarimAllah
On Fri, 2018-03-02 at 15:36 -0600, Bjorn Helgaas wrote: > On Thu, Mar 01, 2018 at 10:31:36PM +0100, KarimAllah Ahmed wrote: > > > > Store more data about PCI VFs into the SRIOV to avoid reading them from the > > config space of all the PCI VFs. This is specially a useful optimization > > when brin

Re: [PATCH v3 1/2] PCI/IOV: Store more data about VFs into the SRIOV struct

2018-03-02 Thread Bjorn Helgaas
On Thu, Mar 01, 2018 at 10:31:36PM +0100, KarimAllah Ahmed wrote: > Store more data about PCI VFs into the SRIOV to avoid reading them from the > config space of all the PCI VFs. This is specially a useful optimization > when bringing up thousands of VFs. > > Cc: Bjorn Helgaas > Cc: linux-...@vge