This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: EthFW Client : Continuous setting of ethernet MAC is failing

Part Number: TDA4VM


Hi,

We are using custom SDK 8.1 and we are using it on custom TDA4 Board.

Setting continuous MAC address from the Linux side causes the following errors:

[MCU2_0] 4326.034814 s: Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a3848194,CoreKey:38acb7e6, MacAddress:2:0:0:10:5:4, FlowIdx:172, FlowIdxOffset:0
[MCU2_0] 4326.035218 s: CpswAle_ioctl: Failed to set policer: -8
[MCU2_0] 4326.035277 s: Cpsw_ioctlInternal: Failed to set DSTMAC policer: -8
[MCU2_0] 4326.078460 s: EnetAppUtils_regDstMacRxFlow() failed CPSW_ALE_IOCTL_SET_POLICER: -8

Any pointers on this error.

Following are the script that we keep trying continuously

ifconfig eth0 down

ifconfig eth0 hw ether $mac

ifconfig eth0 up