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.

Ethernet performance SysBios+NDK

Other Parts Discussed in Thread: SYSBIOS

Hi,

My platform is DM8148+SysBios+NDK, I created a UDP application to send out data(2M Bytes) to PC, each UDP packet with 1K bytes data block to avoid IP  fragmentation

The total packets sent will be 2000. I use wireshark to monitor the Ethernet raw frames, 2000 frames  spends about 1.5 seconds. The interval between packets is about 0.8ms.  How the improve the Ethernet send performance?

Thank you.