nuttx/Documentation/components/drivers/special/net/index.rst
Zhe Weng 242c253178 net: Add VLAN device support
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>
2025-12-09 07:56:20 -03:00

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