Re: [OS-BUILD PATCH] redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

2024-05-13 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3099#note_1903246979

I guess this already resolved itself? :smile:
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH] redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

2024-05-13 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3099#note_1903033590

@jsnitsel @ddutile - we are rebasing today.   Is this worth approving and
merging today or just wait and rebase tomorrow?
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH] redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

2024-05-06 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3099#note_1895025110

I am going to look at that this week, and try to get some good data on it, but
wanted to keep it in sync with the previous behavior from
CONFIG_DMA_PERNUMA_CMA for now while that is figured out.
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH] redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

2024-05-06 Thread Donald Dutile (via Email Bridge)
From: Donald Dutile on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3099#note_1895021093

What memory does enabling these CONFIG's to yes consume?
or does it 'just' turn on the ability to use CMA areas, and (per-numa) cma-
size has to be set to consume memory?
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH] redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

2024-05-06 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar 

redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

CONFIG_DMA_PERNUMA_CMA was replaced by CONFIG_DMA_NUMA_CMA, so remove
the old, and continue to leave off with CONFIG_DMA_NUMA_CMA.

Signed-off-by: Jerry Snitselaar 

diff --git a/redhat/configs/common/generic/CONFIG_DMA_NUMA_CMA 
b/redhat/configs/common/generic/CONFIG_DMA_NUMA_CMA
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_DMA_NUMA_CMA
+++ b/redhat/configs/common/generic/CONFIG_DMA_NUMA_CMA
@@ -1 +1 @@
-CONFIG_DMA_NUMA_CMA=y
+# CONFIG_DMA_NUMA_CMA is not set
diff --git a/redhat/configs/common/generic/CONFIG_DMA_PERNUMA_CMA 
b/redhat/configs/common/generic/CONFIG_DMA_PERNUMA_CMA
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/common/generic/CONFIG_DMA_PERNUMA_CMA
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_DMA_PERNUMA_CMA is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3099
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue