Re: [PATCH 01/15] pcie: Set default and supported MaxReadReq to 512

2021-10-26 Thread Knut Omang
On Tue, 2021-10-26 at 16:36 +0200, Lukasz Maniak wrote: > On Thu, Oct 07, 2021 at 06:12:41PM -0400, Michael S. Tsirkin wrote: > > On Thu, Oct 07, 2021 at 06:23:52PM +0200, Lukasz Maniak wrote: > > > From: Knut Omang > > > > > > Make the default PCI Express Capability for PCIe devices set > > >

Re: [PATCH 01/15] pcie: Set default and supported MaxReadReq to 512

2021-10-26 Thread Lukasz Maniak
On Thu, Oct 07, 2021 at 06:12:41PM -0400, Michael S. Tsirkin wrote: > On Thu, Oct 07, 2021 at 06:23:52PM +0200, Lukasz Maniak wrote: > > From: Knut Omang > > > > Make the default PCI Express Capability for PCIe devices set > > MaxReadReq to 512. > > code says 256 > > > Tyipcal modern devices

Re: [PATCH 01/15] pcie: Set default and supported MaxReadReq to 512

2021-10-07 Thread Michael S. Tsirkin
On Thu, Oct 07, 2021 at 06:23:52PM +0200, Lukasz Maniak wrote: > From: Knut Omang > > Make the default PCI Express Capability for PCIe devices set > MaxReadReq to 512. code says 256 > Tyipcal modern devices people would want to typo > emulate or simulate would want this. The previous value

[PATCH 01/15] pcie: Set default and supported MaxReadReq to 512

2021-10-07 Thread Lukasz Maniak
From: Knut Omang Make the default PCI Express Capability for PCIe devices set MaxReadReq to 512. Tyipcal modern devices people would want to emulate or simulate would want this. The previous value would cause warnings from the root port driver on some kernels. Signed-off-by: Knut Omang ---