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.