RE: [PATCH v1 0/3] PCI: Configure PCIe MPS settings

2017-02-24 Thread Dexuan Cui
> From: Bjorn Helgaas > ... > My question wasn't so much whether pci-hyperv.c *needs* to set MPS; I > don't expect a guest to need to or even be able to configure things > like that. I agree. > My question is whether it would do any harm if we did eventually do > MPS configuration in the generic

Re: [PATCH v1 0/3] PCI: Configure PCIe MPS settings

2017-02-24 Thread Bjorn Helgaas
On Fri, Feb 24, 2017 at 11:16:03AM +, Dexuan Cui wrote: > > From: devel [mailto:driverdev-devel..@...] On Behalf Of Bjorn Helgaas > > Sent: Saturday, February 11, 2017 06:00 > > ... > > On Wed, Feb 08, 2017 at 04:49:22PM -0600, Bjorn Helgaas wrote: > > > The PCI core doesn't configure the PCIe

RE: [PATCH v1 0/3] PCI: Configure PCIe MPS settings

2017-02-24 Thread Dexuan Cui
> From: devel [mailto:driverdev-devel..@...] On Behalf Of Bjorn Helgaas > Sent: Saturday, February 11, 2017 06:00 > ... > On Wed, Feb 08, 2017 at 04:49:22PM -0600, Bjorn Helgaas wrote: > > The PCI core doesn't configure the PCIe MPS settings by itself. Each > > host bridge driver has to call pcie_

Re: [PATCH v1 0/3] PCI: Configure PCIe MPS settings

2017-02-10 Thread Bjorn Helgaas
On Wed, Feb 08, 2017 at 04:49:22PM -0600, Bjorn Helgaas wrote: > [Some of you will get this twice because Gmail and I aren't getting along > today; sorry] > > The PCI core doesn't configure the PCIe MPS settings by itself. Each > host bridge driver has to call pcie_bus_configure_settings() to mak

RE: [PATCH v1 0/3] PCI: Configure PCIe MPS settings

2017-02-08 Thread KY Srinivasan
@linuxdriverproject.org; KY Srinivasan ; linux- > arm-ker...@lists.infradead.org; Tanmay Inamdar > Subject: [PATCH v1 0/3] PCI: Configure PCIe MPS settings > > [Some of you will get this twice because Gmail and I aren't getting along > today; sorry] > > The PCI core doesn'

[PATCH v1 0/3] PCI: Configure PCIe MPS settings

2017-02-08 Thread Bjorn Helgaas
[Some of you will get this twice because Gmail and I aren't getting along today; sorry] The PCI core doesn't configure the PCIe MPS settings by itself. Each host bridge driver has to call pcie_bus_configure_settings() to make this happen. Jon fixed this already for pcie-iproc.c. I propose these

[PATCH v1 0/3] PCI: Configure PCIe MPS settings

2017-02-08 Thread Bjorn Helgaas
The PCI core doesn't configure the PCIe MPS settings by itself. Each host bridge driver has to call pcie_bus_configure_settings() to make this happen. Jon fixed this for pcie-iproc.c. I propose these similar patches for other drivers. HV guys, I included you because create_root_hv_pci_bus()