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.

MCU-PLUS-SDK-AM243X: CPSW two ports usage

Part Number: MCU-PLUS-SDK-AM243X

I am using AM243x Launchpad with MCU-PLUS-SDK-AM243x and I am trying to open the 2 MAC ports using CPSW peripheral, I used example 'enet_l2_cpsw_am243x-lp_r5fss0-0_freertos_ti-arm-clang` as starting point and now I succeed for opening the two ports, both of them echo the message, but I can not define which port is used for sending and receiving, I want to receive packets from port1 and pass it to port2 to be sent to another device, can someone tell me how to send and receive using specific port?