← Documents Documentation/networking/device_drivers/ethernet/intel/igbvf.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

Linux Base Virtual Function Driver for Intel(R) 1G Ethernet

Intel 82576 기반 igbvf의 SR-IOV·MSI-X 요구사항, VLAN 공유 상한과 ethtool 진단을 설명합니다.

Source pathDocumentation/networking/device_drivers/ethernet/intel/igbvf.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

igbvf.rst:1-60

igbvf는 Intel 82576의 1GbE Virtual Function을 guest에서 구동하는 driver입니다. 기능보다 활성화 조건이 핵심이며 host platform·kernel의 SR-IOV 지원과 guest MSI-X 지원이 모두 갖춰져야 합니다.

igbvf 활성화 조건
Intel 82576SR-IOV capable platformSR-IOV kernelVF 할당Guest MSI-Xigbvf load

host hardware부터 guest driver까지의 의존 관계입니다.

VF 운용 범위
항목내용
대상Intel 82576 기반 VF
Shared VLAN전체 32개
Driver 정보ethtool, lspci, ifconfig
Configuration최신 ethtool 필요

문서에 명시된 핵심 resource와 진단 도구입니다.

문제 확인 경로
Hardware requirementPlatform·OS SR-IOVGuest MSI-Xethtool 진단·통계지원 mailing list

환경과 driver 정보를 순서대로 확인합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0+
2
3 ===========================================================
4 Linux Base Virtual Function Driver for Intel(R) 1G Ethernet
5 ===========================================================
6
7 Intel Gigabit Virtual Function Linux driver.
8 Copyright(c) 1999-2018 Intel Corporation.
9
10 Contents
11 ========
12 - Identifying Your Adapter
13 - Additional Configurations
14 - Support
15
16 This driver supports Intel 82576-based virtual function devices-based virtual
17 function devices that can only be activated on kernels that support SR-IOV.
18
19 SR-IOV requires the correct platform and OS support.
20
21 The guest OS loading this driver must support MSI-X interrupts.
22
23 For questions related to hardware requirements, refer to the documentation
24 supplied with your Intel adapter. All hardware requirements listed apply to use
25 with Linux.
26
27 Driver information can be obtained using ethtool, lspci, and ifconfig.
28 Instructions on updating ethtool can be found in the section Additional
29 Configurations later in this document.
30
31 NOTE: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
32
33
34 Identifying Your Adapter
35 ========================
36 For information on how to identify your adapter, and for the latest Intel
37 network drivers, refer to the Intel Support website:
38 https://www.intel.com/support
39
40
41 Additional Features and Configurations
42 ======================================
43
44 ethtool
45 -------
46 The driver utilizes the ethtool interface for driver configuration and
47 diagnostics, as well as displaying statistical information. The latest ethtool
48 version is required for this functionality. Download it at:
49
50 https://www.kernel.org/pub/software/network/ethtool/
51
52
53 Support
54 =======
55 For general information, go to the Intel support website at:
56 https://www.intel.com/support/
57
58 If an issue is identified with the released source code on a supported kernel
59 with a supported adapter, email the specific information related to the issue
61

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-52

Adapter 식별

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].