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.
我现在使用平台是6678evm,目前通过配置PA已经实现根据MAC地址进行分包,发送到对应接收队列中,进而实现不同核接收不同MAC地址数据包,但是对于广播播还不知道应该怎么配置,我想所有核都能接收广播包,请问有相关示例代码吗?
我现在利用Pa_addMac将ff : ff : ff : ff : ff : ff广播mac添加到LUT中,如果我每个核都添加,最终只有一个条目生效,因为一旦有一个匹配了,就不会匹配其它项,这样的话广播包只有一个核收到,请问还有其它的解决方法吗?