Dear TI experts,
We use TDA4VM linux + rtos sdk version 8.1. We need to config vlan,so we changed the value of macro "CPSW_MACPORT_RX_MTU_DEFAULT
" frome 1518 to 1522 in cpsw_macport.c. When TDA4 power on, the value of RX_MAXLEN register can be configed to 1522 successfully. But When we re-connect the cable of the phy, this value changes to 1518. So we can't receive the package which length is 1522. We didn't find any code which might do this, so we guess this is a chip logic behavior. If so, is there any patch to fix this problem?