hello:
I want to use both tcp and udp in my project, I use tcp to recv and send command with PC, and use UDP recv data from PC, when I run my project, I find that udp drop packet usually when the pc send seed over 40Mbps. I try to change the PBM buffers number of frames from default 192 to 1920, the udp packet loss have same improve, but still drop. Then I change the #define NIMU_NUM_RX_DESC 110u , it also have improve, but stll not resolve packet loss problem. I know the use the PA directly can resolve the udp packet loss problem. And the link says the ndk does not use PASS fully.
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/206702/750299.aspx#750299
1.I am not sure whether the ndk_2_23_00_00 I use now use the PA. I use c6678 EVM board.
2. whether there are other way to resolve udp packet loss,because in my project ,the speed is too slow.
Best Regards
Si