← Documents Documentation/networking/devlink/bnxt.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

bnxt devlink Support

Broadcom bnxt 드라이버의 SR-IOV·ARI·MSI-X·remote reset·RoCE 매개변수와 board, ASIC, firmware version 보고 항목을 정리합니다.

Source pathDocumentation/networking/devlink/bnxt.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ====================
4 bnxt devlink support
5 ====================
6
7 This document describes the devlink features implemented by the ``bnxt``
8 device driver.
9
10 Parameters
11 ==========
12
13 .. list-table:: Generic parameters implemented
14
15 * - Name
16 - Mode
17 * - ``enable_sriov``
18 - Permanent
19 * - ``ignore_ari``
20 - Permanent
21 * - ``msix_vec_per_pf_max``
22 - Permanent
23 * - ``msix_vec_per_pf_min``
24 - Permanent
25 * - ``enable_remote_dev_reset``
26 - Runtime
27 * - ``enable_roce``
28 - Permanent
29
30 The ``bnxt`` driver also implements the following driver-specific
31 parameters.
32
33 .. list-table:: Driver-specific parameters implemented
34 :widths: 5 5 5 85
35
36 * - Name
37 - Type
38 - Mode
39 - Description
40 * - ``gre_ver_check``
41 - Boolean
42 - Permanent
43 - Generic Routing Encapsulation (GRE) version check will be enabled in
44 the device. If disabled, the device will skip the version check for
45 incoming packets.
46
47 Info versions
48 =============
49
50 The ``bnxt_en`` driver reports the following versions
51
52 .. list-table:: devlink info versions implemented
53 :widths: 5 5 90
54
55 * - Name
56 - Type
57 - Description
58 * - ``board.id``
59 - fixed
60 - Part number identifying the board design
61 * - ``asic.id``
62 - fixed
63 - ASIC design identifier
64 * - ``asic.rev``
65 - fixed
66 - ASIC design revision
67 * - ``fw.psid``
68 - stored, running
69 - Firmware parameter set version of the board
70 * - ``fw``
71 - stored, running
72 - Overall board firmware version
73 * - ``fw.mgmt``
74 - stored, running
75 - NIC hardware resource management firmware version
76 * - ``fw.mgmt.api``
77 - running
78 - Minimum firmware interface spec version supported between driver and firmware
79 * - ``fw.nsci``
80 - stored, running
81 - General platform management firmware version
82 * - ``fw.roce``
83 - stored, running
84 - RoCE management firmware version
85

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.