MQX4.00 support VLAN?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MQX4.00 support VLAN?

Jump to solution
747 Views
hansonhe
NXP Employee
NXP Employee

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

Labels (1)
0 Kudos
1 Solution
455 Views
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.

View solution in original post

0 Kudos
1 Reply
456 Views
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 Kudos