Forum Discussion
JohnT_Altera
Regular Contributor
5 years agoHi,
The HSSI.? numbering is already fixed based and enumerated in the OPAE. For Intel Arria 10 PAC card will only have 1 HSSI block as it only have 1 QSFP interface. So in order to run each of the ethernet port, you will need to define which channel to run.
Example on sending 0x1000 packet onto each of the channel
./pac_hssi_e10 -b 00 -d 0a -f 0b --channel=0 --action=pkt_send
./pac_hssi_e10 -b 00 -d 0a -f 0b --channel=1 --action=pkt_send
./pac_hssi_e10 -b 00 -d 0a -f 0b --channel=2 --action=pkt_send
./pac_hssi_e10 -b 00 -d 0a -f 0b --channel=3 --action=pkt_send