MQX4.00 support VLAN?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MQX4.00 support VLAN?

跳至解决方案
1,350 次查看
hansonhe
NXP Employee
NXP Employee

Dear, whether MQX4.0 have code which could support VLAN?

标签 (1)
0 项奖励
回复
1 解答
1,058 次查看
Martin_
NXP Employee
NXP Employee

If you mean 802.1Q, then by looking into the RTCS source code there is some logic implemented around 8021Q priority tags. By default this option is off. Set the RTCSCFG_LINKOPT_8021Q_PRIO to 1 in user_config.h:

#define RTCSCFG_LINKOPT_8021Q_PRIO 1

to have RTCS send and receive Ethernet 802.1Q priority tags.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,059 次查看
Martin_
NXP Employee
NXP Employee

If you mean 802.1Q, then by looking into the RTCS source code there is some logic implemented around 8021Q priority tags. By default this option is off. Set the RTCSCFG_LINKOPT_8021Q_PRIO to 1 in user_config.h:

#define RTCSCFG_LINKOPT_8021Q_PRIO 1

to have RTCS send and receive Ethernet 802.1Q priority tags.

0 项奖励
回复