Skip to content

Commit 4d2bbd6

Browse files
feat(linux): Add XDP and zero copy support documentation for CPSW
ICSSG driver already has documentation support for XDP and zero copy. Reuse the same for CPSW also by pointing ICSSG documentation in CPSW. Signed-off-by: Meghana Malladi <[email protected]>
1 parent 33f9017 commit 4d2bbd6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-Ethernet.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,8 @@ For further details regarding the TSN features and testing, refer :ref:`tsn_with
8787
CPSW3g
8888
CPSWng
8989
CPSW-TSN
90+
91+
XDP and zero copy
92+
"""""""""""""""""
93+
The CPSW Ethernet Subsystem supports XDP and zero copy features similar to PRU-ICSS Ethernet Subsytem.
94+
For more details refer :ref:`pru_icssg_xdp`.

source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_XDP.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
.. _pru_icssg_xdp:
22

3+
#############
34
PRU_ICSSG XDP
45
#############
56

67
.. contents:: :local:
78
:depth: 3
89

10+
************
911
Introduction
1012
************
1113

@@ -66,6 +68,7 @@ Debugging tools for XDP development:
6668
- perf - For performance monitoring and analysis
6769
- bpftrace - For tracing BPF program execution
6870

71+
**************
6972
AF_XDP Sockets
7073
**************
7174

@@ -109,6 +112,7 @@ The PRU_ICSSG Ethernet driver currently supports:
109112
- Generic XDP mode (SKB-based)
110113
- Zero-copy mode
111114

115+
**************************
112116
XDP Zero-Copy in PRU_ICSSG
113117
**************************
114118

0 commit comments

Comments
 (0)