Basic Adapter Configuration - UG1523

Alveo X3522 User Guide (UG1523)

Document ID
UG1523
Release Date
2024-10-18
Revision
1.5 English

Ethtool is a standard Linux tool to view, set, and change Ethernet adapter settings.

ethtool <-option> <interface>

You can view settings without root permission. For example:

  • To identify the current configuration settings for the interface:
    ethtool <interface>
  • To show driver information for the interface:
    ethtool -i <interface>

Root permission is required to configure the adapter.