요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /config/usb-gadget/gadget/functions/ecm.name
2
Date: Jun 2013
3
KernelVersion: 3.11
4
Description:
5
The attributes:
7
ifname
8
- network device interface name associated with
9
this function instance
10
qmult
11
- queue length multiplier for high and
12
super speed
13
host_addr
14
- MAC address of host's end of this
15
Ethernet over USB link
16
dev_addr
17
- MAC address of device's end of this
18
Ethernet over USB link
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
CDC ECM function instance attributes
1-20| 항목 | 내용 |
|---|---|
| What | /config/usb-gadget/gadget/functions/ecm.name |
| Date | 2013년 6월 |
| KernelVersion | 3.11 |
| Attribute | 설명 |
|---|---|
| ifname | 이 function instance와 연관된 network device interface 이름 |
| qmult | High speed와 super speed에서 사용하는 queue length multiplier |
| host_addr | Ethernet over USB link의 host 쪽 MAC address |
| dev_addr | Ethernet over USB link의 device 쪽 MAC address |
Host network endpoint→host_addr→USB CDC ECM link→dev_addr→Gadget network endpoint→ifname
High / super speed→qmult→Queue length multiplier
ECM function instance는 host와 gadget device의 MAC endpoint를 연결하고 device 쪽 network interface 이름을 제공한다.
ECM network interface와 link endpoints
configfs-usb-gadget-ecm:1-20ECM function instance가 연결된 network device 이름과 queue multiplier, host 측 및 device 측 MAC address를 제공합니다.