요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
.. SPDX-License-Identifier: GPL-2.0+
===========================================================
Linux Base Virtual Function Driver for Intel(R) 1G Ethernet
===========================================================
Intel Gigabit Virtual Function Linux driver.
Copyright(c) 1999-2018 Intel Corporation.
Contents
========
- Identifying Your Adapter
- Additional Configurations
- Support
This driver supports Intel 82576-based virtual function devices-based virtual
function devices that can only be activated on kernels that support SR-IOV.
SR-IOV requires the correct platform and OS support.
The guest OS loading this driver must support MSI-X interrupts.
For questions related to hardware requirements, refer to the documentation
supplied with your Intel adapter. All hardware requirements listed apply to use
with Linux.
Driver information can be obtained using ethtool, lspci, and ifconfig.
Instructions on updating ethtool can be found in the section Additional
Configurations later in this document.
NOTE: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
Identifying Your Adapter
========================
For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website:
https://www.intel.com/support
Additional Features and Configurations
======================================
ethtool
-------
The driver utilizes the ethtool interface for driver configuration and
diagnostics, as well as displaying statistical information. The latest ethtool
version is required for this functionality. Download it at:
https://www.kernel.org/pub/software/network/ethtool/
Support
=======
For general information, go to the Intel support website at:
https://www.intel.com/support/
If an issue is identified with the released source code on a supported kernel
with a supported adapter, email the specific information related to the issue
to [email protected].
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
개요와 요구사항
1-33이 문서는 `GPL-2.0+` 라이선스를 따릅니다.
Intel(R) 1G Ethernet용 Linux Base Virtual Function Driver
Intel Gigabit Virtual Function Linux driver.
Copyright(c) 1999-2018 Intel Corporation.
목차
- Adapter 식별
- 추가 configuration
- 지원
이 driver는 Intel 82576 기반 Virtual Function device를 지원하며 SR-IOV를 지원하는 kernel에서만 활성화할 수 있습니다.
SR-IOV에는 올바른 platform과 OS 지원이 필요합니다.
이 driver를 load하는 guest OS는 MSI-X interrupt를 지원해야 합니다.
hardware requirement는 Intel adapter와 함께 제공된 문서를 참고하십시오. 기재된 모든 requirement는 Linux 사용에도 적용됩니다.
driver 정보는 ethtool, lspci와 ifconfig로 확인할 수 있습니다.
ethtool update 방법은 뒤의 추가 configuration 절에 있습니다.
참고: 하나 이상의 VF가 공유할 수 있는 VLAN은 전체 32개로 제한됩니다.
.. SPDX-License-Identifier: GPL-2.0+
===========================================================
Linux Base Virtual Function Driver for Intel(R) 1G Ethernet
===========================================================
Intel Gigabit Virtual Function Linux driver.
Copyright(c) 1999-2018 Intel Corporation.
Contents
========
- Identifying Your Adapter
- Additional Configurations
- Support
This driver supports Intel 82576-based virtual function devices-based virtual
function devices that can only be activated on kernels that support SR-IOV.
SR-IOV requires the correct platform and OS support.
The guest OS loading this driver must support MSI-X interrupts.
For questions related to hardware requirements, refer to the documentation
supplied with your Intel adapter. All hardware requirements listed apply to use
with Linux.
Driver information can be obtained using ethtool, lspci, and ifconfig.
Instructions on updating ethtool can be found in the section Additional
Configurations later in this document.
NOTE: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
Adapter 식별과 ethtool
34-52Adapter 식별
adapter 식별 방법과 최신 Intel network driver는 Intel Support website `https://www.intel.com/support`를 참고하십시오.
추가 기능과 configuration
ethtool
driver는 configuration, 진단과 통계 표시를 위해 ethtool interface를 사용합니다. 최신 ethtool version이 필요하며 `https://www.kernel.org/pub/software/network/ethtool/`에서 받을 수 있습니다.
Identifying Your Adapter
========================
For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website:
https://www.intel.com/support
Additional Features and Configurations
======================================
ethtool
-------
The driver utilizes the ethtool interface for driver configuration and
diagnostics, as well as displaying statistical information. The latest ethtool
version is required for this functionality. Download it at:
https://www.kernel.org/pub/software/network/ethtool/
지원
53-60지원
일반 정보는 `https://www.intel.com/support/`를 참고하십시오.
지원되는 adapter와 kernel에서 공개 source code 문제가 확인되면 구체적인 정보를 `[email protected]`로 보내십시오.
Support
=======
For general information, go to the Intel support website at:
https://www.intel.com/support/
If an issue is identified with the released source code on a supported kernel
with a supported adapter, email the specific information related to the issue
to [email protected].
요약·해설
igbvf.rst:1-60igbvf는 Intel 82576의 1GbE Virtual Function을 guest에서 구동하는 driver입니다. 기능보다 활성화 조건이 핵심이며 host platform·kernel의 SR-IOV 지원과 guest MSI-X 지원이 모두 갖춰져야 합니다.
host hardware부터 guest driver까지의 의존 관계입니다.
문서에 명시된 핵심 resource와 진단 도구입니다.
환경과 driver 정보를 순서대로 확인합니다.