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