> 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
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
> 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_
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
@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'
[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
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()