deleted>Frq08678 mNo edit summary |
Registered User mNo edit summary |
||
Line 1: | Line 1: | ||
This article explains how net devices are mapped to the Linux<sup>®</sup> kernel netdevice stack. | |||
This article explains how net devices are mapped to the Linux | |||
==Purpose== | ==Purpose== | ||
Line 21: | Line 12: | ||
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> | 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 | Linux<sup>®</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 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> | * Kernel networking documentation<ref>[https://www.kernel.org/doc/html/latest/networking/index.html], Kernel networking documentation</ref> | ||
Line 27: | Line 18: | ||
==References== | ==References== | ||
<references /> | <references /> | ||
<noinclude> | |||
{{PublicationRequestId |10213 | 2019-01-16 |BrunoB}} | |||
[[Category:Netdev]] | |||
</noinclude> |
Latest revision as of 15:56, 26 September 2019
This article explains how net devices are mapped to the Linux® kernel netdevice stack.
1. Purpose[edit source]
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.
2. System overview[edit source]
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:
3. References[edit source]