← Documents Documentation/networking/pse-pd/introduction.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

IEEE 802.3 표준의 Power Sourcing Equipment(PSE)

PoE·PoDL의 IEEE clause, 전력 등급과 Linux kernel 명명 규칙입니다.

Source pathDocumentation/networking/pse-pd/introduction.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약·해설

introduction.rst:1-73

일반 PoE의 Clause 33과 single-pair PoDL의 Clause 104를 구분하고, 각 addendum의 최대 전력과 kernel symbol 명명 규칙을 정리합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 Power Sourcing Equipment (PSE) in IEEE 802.3 Standard
4 =====================================================
5
6 Overview
7 --------
8
9 Power Sourcing Equipment (PSE) is essential in networks for delivering power
10 along with data over Ethernet cables. It usually refers to devices like
11 switches and hubs that supply power to Powered Devices (PDs) such as IP
12 cameras, VoIP phones, and wireless access points.
13
14 PSE vs. PoDL PSE
15 ----------------
16
17 PSE in the IEEE 802.3 standard generally refers to equipment that provides
18 power alongside data over Ethernet cables, typically associated with Power over
19 Ethernet (PoE).
20
21 PoDL PSE, or Power over Data Lines PSE, specifically denotes PSEs operating
22 with single balanced twisted-pair PHYs, as per Clause 104 of IEEE 802.3. PoDL
23 is significant in contexts like automotive and industrial controls where power
24 and data delivery over a single pair is advantageous.
25
26 IEEE 802.3-2018 Addendums and Related Clauses
27 ---------------------------------------------
28
29 Key addenda to the IEEE 802.3-2018 standard relevant to power delivery over
30 Ethernet are as follows:
31
32 - **802.3af (Approved in 2003-06-12)**: Known as PoE in the market, detailed in
33 Clause 33, delivering up to 15.4W of power.
34 - **802.3at (Approved in 2009-09-11)**: Marketed as PoE+, enhancing PoE as
35 covered in Clause 33, increasing power delivery to up to 30W.
36 - **802.3bt (Approved in 2018-09-27)**: Known as 4PPoE in the market, outlined
37 in Clause 33. Type 3 delivers up to 60W, and Type 4 up to 100W.
38 - **802.3bu (Approved in 2016-12-07)**: Formerly referred to as PoDL, detailed
39 in Clause 104. Introduces Classes 0 - 9. Class 9 PoDL PSE delivers up to ~65W
40
41 Kernel Naming Convention Recommendations
42 ----------------------------------------
43
44 For clarity and consistency within the Linux kernel's networking subsystem, the
45 following naming conventions are recommended:
46
47 - For general PSE (PoE) code, use "c33_pse" key words. For example:
48 ``enum ethtool_c33_pse_admin_state c33_admin_control;``.
49 This aligns with Clause 33, encompassing various PoE forms.
50
51 - For PoDL PSE - specific code, use "podl_pse". For example:
52 ``enum ethtool_podl_pse_admin_state podl_admin_control;`` to differentiate
53 PoDL PSE settings according to Clause 104.
54
55 Summary of Clause 33: Data Terminal Equipment (DTE) Power via Media Dependent Interface (MDI)
56 ---------------------------------------------------------------------------------------------
57
58 Clause 33 of the IEEE 802.3 standard defines the functional and electrical
59 characteristics of Powered Device (PD) and Power Sourcing Equipment (PSE).
60 These entities enable power delivery using the same generic cabling as for data
61 transmission, integrating power with data communication for devices such as
62 10BASE-T, 100BASE-TX, or 1000BASE-T.
63
64 Summary of Clause 104: Power over Data Lines (PoDL) of Single Balanced Twisted-Pair Ethernet
65 --------------------------------------------------------------------------------------------
66
67 Clause 104 of the IEEE 802.3 standard delineates the functional and electrical
68 characteristics of PoDL Powered Devices (PDs) and PoDL Power Sourcing Equipment
69 (PSEs). These are designed for use with single balanced twisted-pair Ethernet
70 Physical Layers. In this clause, 'PSE' refers specifically to PoDL PSE, and
71 'PD' to PoDL PD. The key intent is to provide devices with a unified interface
72 for both data and the power required to process this data over a single
73 balanced twisted-pair Ethernet connection.
74

3. 한국어 전문 번역

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

PSE와 Powered Device

1-13

Power Sourcing Equipment(PSE)는 Ethernet cable로 data와 함께 power를 공급하는 network 핵심 장비입니다. 보통 switch나 hub가 PSE 역할을 하고 IP camera, VoIP phone, wireless access point 같은 Powered Device(PD)에 전력을 제공합니다.

PoE 전력 공급
PSE switch / hubEthernet cable: data + powerPD: camera / phone / access point

Data와 power가 같은 Ethernet cabling을 공유합니다.

.. SPDX-License-Identifier: GPL-2.0

Power Sourcing Equipment (PSE) in IEEE 802.3 Standard
=====================================================

Overview
--------

Power Sourcing Equipment (PSE) is essential in networks for delivering power
along with data over Ethernet cables. It usually refers to devices like
switches and hubs that supply power to Powered Devices (PDs) such as IP
cameras, VoIP phones, and wireless access points.

일반 PSE와 PoDL PSE

14-25

IEEE 802.3에서 일반 PSE는 보통 Power over Ethernet(PoE)과 연관된, Ethernet cable을 통해 data와 함께 power를 공급하는 장비를 뜻합니다.

PoDL PSE(Power over Data Lines PSE)는 IEEE 802.3 Clause 104에 따라 single balanced twisted-pair PHY에서 동작하는 PSE를 구체적으로 가리킵니다. 한 pair로 data와 power를 함께 전달하는 장점 때문에 자동차와 산업 제어 환경에서 중요합니다.

PSE 용어 구분
용어대상Clause / 환경
PSE / PoE일반 multi-pair EthernetClause 33
PoDL PSESingle balanced twisted pairClause 104, 자동차·산업

Cabling과 IEEE clause가 다릅니다.

PSE vs. PoDL PSE
----------------

PSE in the IEEE 802.3 standard generally refers to equipment that provides
power alongside data over Ethernet cables, typically associated with Power over
Ethernet (PoE).

PoDL PSE, or Power over Data Lines PSE, specifically denotes PSEs operating
with single balanced twisted-pair PHYs, as per Clause 104 of IEEE 802.3. PoDL
is significant in contexts like automotive and industrial controls where power
and data delivery over a single pair is advantageous.

PoE addendum과 kernel 명명 규칙

26-53

IEEE 802.3-2018과 관련 addendum은 Ethernet 전력 공급 세대를 정의합니다. `802.3af`는 2003년 승인된 시장명 PoE로 Clause 33에서 최대 15.4W를 제공합니다. `802.3at`는 2009년 승인된 PoE+로 최대 30W입니다.

`802.3bt`는 2018년 승인된 4PPoE이며 Clause 33에서 Type 3은 최대 60W, Type 4는 최대 100W를 제공합니다. `802.3bu`는 2016년 승인되었고 예전 명칭 PoDL로 Clause 104의 Class 0~9를 도입합니다. Class 9 PoDL PSE는 약 65W까지 제공합니다.

Linux networking subsystem에서는 일반 PSE·PoE code에 Clause 33을 나타내는 `c33_pse` keyword를 권장합니다. 예는 `enum ethtool_c33_pse_admin_state c33_admin_control;`입니다.

PoDL-specific code에는 `podl_pse`를 사용합니다. 예를 들어 `enum ethtool_podl_pse_admin_state podl_admin_control;`로 Clause 104의 PoDL 설정을 일반 PoE와 구분합니다.

IEEE PoE 계열
표준시장명Clause최대 전력
802.3afPoE3315.4W
802.3atPoE+3330W
802.3bt Type 3 / 44PPoE3360W / 100W
802.3bu Class 9PoDL104약 65W

승인 시기와 최대 공급 전력입니다.

IEEE 802.3-2018 Addendums and Related Clauses
---------------------------------------------

Key addenda to the IEEE 802.3-2018 standard relevant to power delivery over
Ethernet are as follows:

- **802.3af (Approved in 2003-06-12)**: Known as PoE in the market, detailed in
  Clause 33, delivering up to 15.4W of power.
- **802.3at (Approved in 2009-09-11)**: Marketed as PoE+, enhancing PoE as
  covered in Clause 33, increasing power delivery to up to 30W.
- **802.3bt (Approved in 2018-09-27)**: Known as 4PPoE in the market, outlined
  in Clause 33. Type 3 delivers up to 60W, and Type 4 up to 100W.
- **802.3bu (Approved in 2016-12-07)**: Formerly referred to as PoDL, detailed
  in Clause 104. Introduces Classes 0 - 9. Class 9 PoDL PSE delivers up to ~65W

Kernel Naming Convention Recommendations
----------------------------------------

For clarity and consistency within the Linux kernel's networking subsystem, the
following naming conventions are recommended:

- For general PSE (PoE) code, use "c33_pse" key words. For example:
  ``enum ethtool_c33_pse_admin_state c33_admin_control;``.
  This aligns with Clause 33, encompassing various PoE forms.

- For PoDL PSE - specific code, use "podl_pse". For example:
  ``enum ethtool_podl_pse_admin_state podl_admin_control;`` to differentiate
  PoDL PSE settings according to Clause 104.

Clause 33과 Clause 104 요약

54-73

IEEE 802.3 Clause 33은 Powered Device와 PSE의 기능·전기적 특성을 정의합니다. 10BASE-T, 100BASE-TX, 1000BASE-T처럼 data 전송에 쓰는 동일한 generic cabling으로 power도 공급하여 전력과 data communication을 통합합니다.

Clause 104는 single balanced twisted-pair Ethernet physical layer용 PoDL PD와 PoDL PSE의 기능·전기적 특성을 정의합니다. 이 clause 안의 `PSE`와 `PD`는 각각 PoDL PSE와 PoDL PD를 뜻합니다. 단일 balanced pair interface로 data와 그 data 처리에 필요한 power를 함께 제공하는 것이 목적입니다.

IEEE power clause
ClausePower source / devicePhysical medium
33PSE / PD일반 Ethernet cabling
104PoDL PSE / PoDL PDSingle balanced twisted pair

Multi-pair PoE와 single-pair PoDL의 범위입니다.


Summary of Clause 33: Data Terminal Equipment (DTE) Power via Media Dependent Interface (MDI)
---------------------------------------------------------------------------------------------

Clause 33 of the IEEE 802.3 standard defines the functional and electrical
characteristics of Powered Device (PD) and Power Sourcing Equipment (PSE).
These entities enable power delivery using the same generic cabling as for data
transmission, integrating power with data communication for devices such as
10BASE-T, 100BASE-TX, or 1000BASE-T.

Summary of Clause 104: Power over Data Lines (PoDL) of Single Balanced Twisted-Pair Ethernet
--------------------------------------------------------------------------------------------

Clause 104 of the IEEE 802.3 standard delineates the functional and electrical
characteristics of PoDL Powered Devices (PDs) and PoDL Power Sourcing Equipment
(PSEs). These are designed for use with single balanced twisted-pair Ethernet
Physical Layers. In this clause, 'PSE' refers specifically to PoDL PSE, and
'PD' to PoDL PD. The key intent is to provide devices with a unified interface
for both data and the power required to process this data over a single
balanced twisted-pair Ethernet connection.