“Networking overview”的版本间的差异

来自百问网嵌入式Linux wiki
第1行: 第1行:
{{DISPLAYTITLE:网络概述}}
+
This article explains how net devices are mapped to the Linux<sup>&reg;</sup> kernel netdevice stack.
  
[[Category:Linux_Operating_System]]
+
==Purpose==
[[Category:Networking]]
+
This article introduces the Linux<sup>&reg;</sup> kernel netdevice. Its purpose is to provide to newcomers some first insights regarding networking.
[[Category:Netdev]]
+
The other articles referenced in this page provide detailed information about each component connected to netdevice.
 +
 
 +
==System overview==
 +
 
 +
[[File:Networking overview.png|thumb|center|766px|alt=Alternate text|Networking Overview]]
 +
 
 +
 
 +
 
 +
On STM32MP1 Series, the netdevice stack is used for two purposes: CAN and Ethernet. A more detailed block diagram of each interface is available in dedicated pages: [[CAN_overview | CAN]] and [[Ethernet_overview | Ethernet]].<br>
 +
Linux<sup>&reg;</sup> community offers several links to help understanding the netdevice stack:
 +
* Kernel networking flow <ref>[https://wiki.linuxfoundation.org/networking/kernel_flow], Kernel networking flow</ref>,
 +
* Kernel networking documentation<ref>[https://www.kernel.org/doc/html/latest/networking/index.html], Kernel networking documentation</ref>
 +
 
 +
==References==
 +
<references />
 +
 
 +
<noinclude>
 +
{{PublicationRequestId |10213 | 2019-01-16 |BrunoB}}
 +
[[Category:Netdev]]
 +
</noinclude>

2020年5月8日 (五) 22:11的版本

This article explains how net devices are mapped to the Linux® kernel netdevice stack.

Purpose

This article introduces the Linux® kernel netdevice. Its purpose is to provide to newcomers some first insights regarding networking. The other articles referenced in this page provide detailed information about each component connected to netdevice.

System overview

Alternate text
Networking Overview


On STM32MP1 Series, the netdevice stack is used for two purposes: CAN and Ethernet. A more detailed block diagram of each interface is available in dedicated pages: CAN and Ethernet.
Linux® community offers several links to help understanding the netdevice stack:

  • Kernel networking flow [1],
  • Kernel networking documentation[2]

References

  1. [1], Kernel networking flow
  2. [2], Kernel networking documentation


<securetransclude src="ProtectedTemplate:PublicationRequestId" params="10213 | 2019-01-16 | BrunoB"></securetransclude>