Files
nuttx/include
Zhe Weng 8d7799d6c1 net/vlan: Allow setting default priority (PCP)
1. We add default PCP because some of our apps may not want to set PCP
   manually (e.g. Our user may just ping with pre-set PCP)
2. The `vlan_qos` is used as PCP when setting Linux's priority mapping:
   https://github.com/torvalds/linux/blob/v6.12/net/8021q/vlan.c#L590
   Although `vlan_qos` is not used when creating VLAN on Linux, we can
   use it as PCP on creating VLAN (without changing its meaning), and
   keep compatible with Linux's creating (Exactly the same when
   `vlan_qos` is 0).

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2025-12-09 07:56:20 -03:00
..
2025-12-09 18:03:10 +08:00
2024-10-23 09:42:57 +08:00
2025-04-02 12:01:46 +08:00
2024-12-26 13:25:19 +08:00
2025-11-10 10:56:29 +01:00
2025-11-10 10:56:29 +01:00
2024-12-20 11:46:14 -03:00