요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GPL-2.0
3
Example Platform Configurations
4
###############################
6
.. toctree::
7
:maxdepth: 1
8
:caption: Contents
10
example-configurations/one-dev-per-hb.rst
11
example-configurations/multi-dev-per-hb.rst
12
example-configurations/hb-interleave.rst
13
example-configurations/flexible.rst
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
CXL platform 구성 예시 색인
1-13.. SPDX-License-Identifier: GPL-2.0
이 색인은 다음 CXL platform 구성 예시를 연결합니다.
- host bridge마다 device 하나: `example-configurations/one-dev-per-hb.rst`
- host bridge마다 여러 device: `example-configurations/multi-dev-per-hb.rst`
- host bridge interleave: `example-configurations/hb-interleave.rst`
- 유연한 구성: `example-configurations/flexible.rst`
요약과 해설
example-configs.rst:1-13CXL topology를 host bridge와 device 수, interleave 범위, decoder programming 유연성에 따라 비교할 수 있도록 네 가지 예시 문서를 묶습니다.