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

Linux 6.18.37 · Networking

qed devlink support

qed 100G 장치의 iWARP 활성화와 L2 성능 고려사항을 설명합니다.

Source pathDocumentation/networking/devlink/qed.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 qed devlink support
5 ===================
6
7 This document describes the devlink features implemented by the ``qed`` core
8 device driver.
9
10 Parameters
11 ==========
12
13 The ``qed`` driver implements the following driver-specific parameters.
14
15 .. list-table:: Driver-specific parameters implemented
16 :widths: 5 5 5 85
17
18 * - Name
19 - Type
20 - Mode
21 - Description
22 * - ``iwarp_cmt``
23 - Boolean
24 - runtime
25 - Enable iWARP functionality for 100g devices. Note that this impacts
26 L2 performance, and is therefore not enabled by default.
27

3. 한국어 전문 번역

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