We are using EVMk2H (TCI6636 with MCSDK 3_00_00_11 and trying to measure the PA performance. We are sending IPv4 packets from an external PC to the EVM and receiving the packets in the ARM host thru GbE switch after PA classification. We are using Pa_getTimestamp()/cppi_getTimestamp() function to get the timestamp for the first and last packet and using it to figure out the total packets processed in a given time period. We need the following info
1. Convert the timestamp difference between first and last packet to time in secs so as to determine throughput in packets/sec
2. Is this the correct method to find the PA performance or do we have any other methods. Is using Cppi_getTimestamp() better than Pa_getTimestamp()
3. How do we check the load on the PA
4. Does PA processing affect the ARM/DSP cores