Re: [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices

2022-05-06 Thread Pierre Morel
On 4/4/22 20:17, Matthew Rosato wrote: The maximum supported store block length might be different depending on whether the instruction is interpretively executed (firmware-reported maximum) or handled via userspace intercept (host kernel API maximum). Choose the best available value during gr

Re: [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices

2022-04-22 Thread Pierre Morel
On 4/4/22 20:17, Matthew Rosato wrote: The maximum supported store block length might be different depending on whether the instruction is interpretively executed (firmware-reported maximum) or handled via userspace intercept (host kernel API maximum). Choose the best available value during gr

Re: [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices

2022-04-19 Thread Pierre Morel
On 4/4/22 20:17, Matthew Rosato wrote: The maximum supported store block length might be different depending on whether the instruction is interpretively executed (firmware-reported maximum) or handled via userspace intercept (host kernel API maximum). Choose the best available value during gr

[PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices

2022-04-04 Thread Matthew Rosato
The maximum supported store block length might be different depending on whether the instruction is interpretively executed (firmware-reported maximum) or handled via userspace intercept (host kernel API maximum). Choose the best available value during group creation. Signed-off-by: Matthew Rosato