요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GPL-2.0
3
=================
4
PCI NVMe Function
5
=================
7
:Author: Damien Le Moal <dlemoal@kernel.org>
9
The PCI NVMe endpoint function implements a PCI NVMe controller using the NVMe
10
subsystem target core code. The driver for this function resides with the NVMe
11
subsystem as drivers/nvme/target/pci-epf.c.
13
See Documentation/nvme/nvme-pci-endpoint-target.rst for more details.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
NVMe target core 기반 endpoint function
1-13저자는 Damien Le Moal입니다. PCI NVMe endpoint function은 NVMe subsystem target core code를 사용해 PCI NVMe controller를 구현합니다.
Function driver는 NVMe subsystem의 `drivers/nvme/target/pci-epf.c`에 있습니다. 자세한 내용은 `Documentation/nvme/nvme-pci-endpoint-target.rst`를 참조합니다.
.. SPDX-License-Identifier: GPL-2.0
=================
PCI NVMe Function
=================
:Author: Damien Le Moal <dlemoal@kernel.org>
The PCI NVMe endpoint function implements a PCI NVMe controller using the NVMe
subsystem target core code. The driver for this function resides with the NVMe
subsystem as drivers/nvme/target/pci-epf.c.
See Documentation/nvme/nvme-pci-endpoint-target.rst for more details.
요약·해설
pci-nvme-function.rst:1-13NVMe subsystem target core를 이용해 PCI NVMe controller를 제공하는 endpoint function입니다.