Registered User mNo edit summary |
Registered User mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{ApplicableFor | |||
|MPUs list=STM32MP13x, STM32MP15x | |||
|MPUs checklist=STM32MP13x, STM32MP15x | |||
}}</noinclude> | |||
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<sup>®</sup> kernel netdevice stack. | ||
Latest revision as of 15:35, 30 January 2023
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]
- ↑ [1], Kernel networking flow
- ↑ Kernel networking documentation