mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
Inspired by Linux's way, we also create VLAN devices for managing VLAN, which will become interfaces like `eth0.58`. QinQ is also supported, we can create VLAN devices above another VLAN devices, like `eth0.100.101` (or even `eth0.1.2.3.4`, also supported on Linux). Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
14 lines
290 B
ReStructuredText
14 lines
290 B
ReStructuredText
=========================
|
|
Network interface drivers
|
|
=========================
|
|
|
|
- ``include/nuttx/net/net.h``. All structures and APIs
|
|
needed to work with network device drivers are provided in
|
|
this header file.
|
|
|
|
|
|
.. toctree::
|
|
:caption: Supported Drivers
|
|
|
|
ethernet.rst
|
|
vlan.rst
|