Part Number: TMS320C6678
Hi Sir
We used EVM6678 to do NDK TCP TX throughput Test. and we followed below link to modify NDK to increase TCP throughput.
https://e2e.ti.com/support/embedded/tirtos/f/355/t/283019
The throughput can be up to 600Mbps.
if we modify the test packet size from (7 * 1460) to 200 bytes
TESTSIZE 7*1460
TESTSIZE 200
for( count = 0; count < PACKETS*1000; count++ )
{
if( ((bytes = send( stcp, pBuf, (int)TESTSIZE, 0 )) < 0) )
{
platform_write( "send failed (%d)\n",fdError());
goto leave;
}
totalBytes += bytes;
}
The throughput can be lower than 120Mbps.
Q1: Is the throughput could be the limitation if we set test packet size as 200 bytes ?
Q2: if not. how do we increase the throughput ?
please advise and thanks
BR
Yimin



