Visible to Intel only — GUID: ame1588863448862
Ixiasoft
Visible to Intel only — GUID: ame1588863448862
Ixiasoft
10.5. Ethernet Link Status
The external Ethernet link is connected directly to the retimer device. The link status of the external Ethernet link is obtained from the retimer. The Intel® Arria® 10 FPGA and Intel XL710 device have status indications for Ethernet link status, however these are status of internal links between components.
$ cat /sys/bus/spi/drivers/intel-max10/spi0.0/pkvl/status 0xf
/sys/bus/spi/drivers/intel-max10/spi<X>.0Use the PCIe B:D.F of the desired Intel® FPGA PAC N3000-N/2 to determine the proper value of <X>. The value returned from this sysfs node is a bit level representation of link status where 1 corresponds to link up and 0 is link down.
- Bits [0:3] corresponds to links 0-3 of QSFP A
- Bits [4:7] corresponds to links 0-3 of QSFP B
QSFP | Link 3 | Link 2 | Link 1 | Link 0 |
---|---|---|---|---|
QSFP A | 0 = Link Down | 0 = Link Down | 1 = Link Up | 1 = Link Up |
QSFP B | 0 = Link Down | 0 = Link Down | 1 = Link Up | 1 = Link Up |
For 4x25G network configuration, only QSFP A is used and links 0-3 are valid. For 2x2x25G network configuration, both QSFP A and B are used, however only links 1 and 0 are valid.