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.

AM2612: AM2612 - Enabling Cut Through

Part Number: AM2612

Hello,

I am currently using the following example application in order to experimentally verify the switch latency as integrated into my network: https://software-dl.ti.com/mcu-plus-sdk/esd/AM261X/latest/exports/docs/api_guide_am261x/EXAMPLES_ENET_LAYER2_CPSW_SWITCH.html

 

I noticed that the following results were taken using a modified version of the above application: https://software-dl.ti.com/mcu-plus-sdk/esd/AM261X/latest/exports/docs/api_guide_am261x/enetlld_performance.html

 

I was wondering what modifications to the EXAMPLES_ENET_LAYER2_CPSW_SWITCH code would I need to make to ensure that the internal switch has cut-through enabled on both mac ports for all packets with priority 6 or higher? (IET is turned on)

 

I tried taking measurements on round trip time latency on the example application and my initial measurements seem to imply that the CPSW is still configured for store and forward rather than cut-through. I'd like to achieve 2.0us @1Gbps for a 1518 byte packet.