요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/bus/dfl/devices/dfl_dev.X/type
2
Date: Aug 2020
3
KernelVersion: 5.10
4
Contact: Xu Yilun <yilun.xu@intel.com>
5
Description: Read-only. It returns type of DFL FIU of the device. Now DFL
6
supports 2 FIU types, 0 for FME, 1 for PORT.
8
Format: 0x%x
10
What: /sys/bus/dfl/devices/dfl_dev.X/feature_id
11
Date: Aug 2020
12
KernelVersion: 5.10
13
Contact: Xu Yilun <yilun.xu@intel.com>
14
Description: Read-only. It returns feature identifier local to its DFL FIU
15
type.
17
Format: 0x%x
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
DFL FIU와 feature identity
1-17| What | Date / Kernel / Contact | 전문 번역 |
|---|---|---|
| /sys/bus/dfl/devices/dfl_dev.X/type | 2020년 8월 / 5.10 / Xu Yilun <yilun.xu@intel.com> | Read-only입니다. Device의 DFL FIU type을 반환합니다. 현재 DFL은 두 FIU types를 지원하며 0은 FME, 1은 PORT입니다. 형식은 0x%x입니다. |
| /sys/bus/dfl/devices/dfl_dev.X/feature_id | 2020년 8월 / 5.10 / Xu Yilun <yilun.xu@intel.com> | Read-only입니다. 해당 DFL FIU type에 local한 feature identifier를 반환합니다. 형식은 0x%x입니다. |
FIU type과 feature ID
sysfs-bus-dfl:1-17type은 0=FME, 1=PORT인 DFL FIU type을 반환하고 feature_id는 해당 FIU type에 local한 feature identifier를 반환하며 둘 다 0x%x 형식입니다.