Running ethtool

Alveo X3522 Installation Guide (UG1522)

Document ID
UG1522
Release Date
2024-04-19
Revision
1.5 English
If you have installed the X3522 low latency network adapter:
  1. Examine the output of ethtool:
    # ethtool <interface>

    where <interface> is the first interface on the card (see Determine Interface Names). For example:

    # ethtool enp1s0f2
    Settings for enp1s0f2:
            ...
            Speed: 10000Mb/s
            ...
            Link detected: yes
  2. Confirm that:
    • a link is detected
    • the reported speed is correct for your network.
  3. Examine the network driver information for the interface:
    # ethtool -i <interface>

    where <interface> is the first interface on the card. For example:

    # ethtool -i enp1s0f2
    driver: xilinx_efct
    version: <version number>
    ...
  4. Confirm that:
    • the xilinx_efct network driver is shown
    • its version is as expected.
    Note: The actual version number might differ from the previous example.