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.

NDK多核运行设置问题



各位专家好,我想在NDK client的例程的基础上实现多核收发socket,配置流程大致是QMSS、CPPI、PA的初始化 ,协议栈的配置,以及Network的建立。核0这么做可以正常工作,别的核也需要做全部相同的工作才能正常实现UDP和TCP吗? 还是QMSS、CPPI、PA等只需要初始化一次就行了,协议栈和Network需要每个核都建立?