My NDK is up on the EVM C6670, and the UDP Socket is listening for packets, and the MCSA is also enabled.
I can clearly see the logs in the MCSA of the tasks running in the system as well as the dchild() and daemon() tasks of the NDK Stack.
Now i keep sending packets from a differnet machine at the rate of 1ms to the EVM C6670 over the ethernet interface which would be received at the NDK Stack.
I also run the wireshark on a different machine trying to capture the packets sent by the MCSA and packets received by the NDK stack at rate of 1ms.
after some time, i notice that the wireshark shows the packets sent but they are not received by the UDP sockets at the EVM C6670.
I wanted to know if any changes need to be done to the PDSP Interrupt Configuration to interrupt the core for Packet Accelerator Sub System Queue used in sending and receiveng ethernet packets.