QCLINUX: arm64: configs: qcom.config: Enable CONFIG_SWIOTLB_DYNAMIC#1302
QCLINUX: arm64: configs: qcom.config: Enable CONFIG_SWIOTLB_DYNAMIC#1302jpagadal wants to merge 1 commit into
Conversation
PR #1302 — validate-patchPR: #1302
Final Summary
Analysis: The technical change is sound:
The only style issue is the redundant repetition of the subject line in the commit body, which is not standard kernel practice. However, this is a minor formatting concern and does not affect the correctness or safety of the change.
|
PR #1302 — checker-log-analyzerPR: #1302
Detailed report: Full report
|
Enable CONFIG_SWIOTLB_DYNAMIC to reduce static SWIOTLB memory reservation by allowing the bounce buffer pool to grow dynamically based on runtime DMA requirements. Signed-off-by: Jagadeesh Pagadala <jpagadal@qti.qualcomm.com>
PR #1302 — validate-patchPR: #1302
Final Summary
Analysis:
|
PR #1302 — checker-log-analyzerPR: #1302
Detailed report: Full report
|
Enable CONFIG_SWIOTLB_DYNAMIC to reduce static SWIOTLB memory reservation by allowing the bounce buffer pool to grow dynamically based on runtime DMA requirements.
Limit the swiotlb memory reservation to 2MB from 64MB - by setting swiotlb=128 kernel command line arg.
Enabling CONFIG_SWIOTLB_DYNAMIC to support PR - qualcomm-linux/meta-qcom#2302
CRs-Fixed: 4490764