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.

why can we ignore PKTIO IF Config for PA in mcsdk-video demo?

Hi,

     I am a little confused with a section of code in function "siuVigdkInit":

... ...

        case MGB_MD_PKTIO_IF_CONFIG:
#ifndef PA_SS
            /*ignore PKTIO IF Config for PA*/
            siuPktioIfCfg(msg);
#endif
            break;

... ...

    I want to know why can we ignore PKTIO IF Config for PA ? If so, Where

shall we configure the SGMII for the test board?

 

Thank you!

Sunzhao