From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <[email protected]> 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.
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 -- GitLab _______________________________________________ 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]
