← Documents Documentation/networking/devlink/ti-cpsw-switch.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

ti-cpsw-switch devlink support

TI CPSW의 ALE 우회 디버깅과 스위치 모드 매개변수를 설명합니다.

Source pathDocumentation/networking/devlink/ti-cpsw-switch.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 ti-cpsw-switch devlink support
5 ==============================
6
7 This document describes the devlink features implemented by the ``ti-cpsw-switch``
8 device driver.
9
10 Parameters
11 ==========
12
13 The ``ti-cpsw-switch`` driver implements the following driver-specific
14 parameters.
15
16 .. list-table:: Driver-specific parameters implemented
17 :widths: 5 5 5 85
18
19 * - Name
20 - Type
21 - Mode
22 - Description
23 * - ``ale_bypass``
24 - Boolean
25 - runtime
26 - Enables ALE_CONTROL(4).BYPASS mode for debugging purposes. In this
27 mode, all packets will be sent to the host port only.
28 * - ``switch_mode``
29 - Boolean
30 - runtime
31 - Enable switch mode
32

3. 한국어 전문 번역

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