On Fri, 15 Jan 2021 19:30:38 -0000 GitLab Bridge on behalf of sharkcz <[email protected]> wrote:
> From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <[email protected]> > > Signed-off-by: Dan Horák <[email protected]> > CC: Philipp Rudo <[email protected]> > CC: Steve Best <[email protected]> > --- > redhat/configs/common/generic/s390x/CONFIG_PCI_NR_FUNCTIONS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/redhat/configs/common/generic/s390x/CONFIG_PCI_NR_FUNCTIONS > b/redhat/configs/common/generic/s390x/CONFIG_PCI_NR_FUNCTIONS > index 5d60ce18485b..3855e841797f 100644 > --- a/redhat/configs/common/generic/s390x/CONFIG_PCI_NR_FUNCTIONS > +++ b/redhat/configs/common/generic/s390x/CONFIG_PCI_NR_FUNCTIONS > @@ -1 +1 @@ > -CONFIG_PCI_NR_FUNCTIONS=64 > +CONFIG_PCI_NR_FUNCTIONS=512 CONFIG_PCI_NR_FUNCTIONS limits the number of PCI functions the kernel can handle on s390. In some situations (e.g. with the ROCE Express adapter in z15) the number of available functions can easily exceed the the current maximum. Thus increase the limit to 512, which is also the default upstream. @Ondrej: Hope that's sufficient for motivation. @Dan: Thanks for taking care of this. Acked-by: Philipp Rudo <[email protected]> _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
