요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/class/fpga_region/<region>/compat_id
2
Date: June 2018
3
KernelVersion: 4.19
4
Contact: Wu Hao <hao.wu@intel.com>
5
Description: FPGA region id for compatibility check, e.g. compatibility
6
of the FPGA reconfiguration hardware and image. This value
7
is defined or calculated by the layer that is creating the
8
FPGA region. This interface returns the compat_id value or
9
just error code -ENOENT in case compat_id is not used.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
FPGA region compatibility identifier
1-9| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/fpga_region/<region>/compat_id |
| Date | 2018년 6월 |
| KernelVersion | 4.19 |
| Contact | Wu Hao <hao.wu@intel.com> |
| Description | FPGA reconfiguration hardware와 image의 호환성 같은 compatibility check에 사용하는 FPGA region id입니다. FPGA region을 만드는 layer가 이 값을 정의하거나 계산합니다. 이 interface는 compat_id 값을 반환하며, compat_id를 사용하지 않으면 error code -ENOENT만 반환합니다. |
Region compatibility identifier
sysfs-class-fpga-region:1-9Region 생성 layer가 정의·계산한 compatibility identifier를 반환합니다.