If
devlink
is not available, you can instead use
lspci
running as root:
# lspci -d 10ee: -v
• If UEFI is enabled then a line is output for the
Expansion ROM
:
01:00.0 Ethernet controller: Xilinx Corporation Device 5084
Subsystem: Xilinx Corporation Device 000b
Flags: bus master, fast devsel, latency 0
Memory at 2fffd00000 (64-bit, prefetchable) [size=1M]
Memory at 2fffe01000 (64-bit, prefetchable) [size=4K]
Expansion ROM at 3000000000 [disabled] [size=1M]
Capabilities: ...
Note: Its address might differ from the above example.
• If UEFI is not enabled there is no output for the
Expansion ROM
:
01:00.0 Ethernet controller: Xilinx Corporation Device 5084
Subsystem: Xilinx Corporation Device 000b
Flags: bus master, fast devsel, latency 0
Memory at 2fffd00000 (64-bit, prefetchable) [size=1M]
Memory at 2fffe01000 (64-bit, prefetchable) [size=4K]
Capabilities: ...
Confirm Hybrid Mode Enablement
To determine whether hybrid mode is enabled, and so the adapter is programmable, you can use
devlink
to get the current configuration. See
.
If
devlink
is not available, you can instead use
lspci
:
# lspci -d 10ee:
• If hybrid mode is enabled then a line is output for
Processing accelerators
with an id
of
5086
:
01:00.0 Ethernet controller: Xilinx Corporation Device 5084
01:00.1 Ethernet controller: Xilinx Corporation Device 5084
01:00.2 Processing accelerators: Xilinx Corporation Device 5086
• If hybrid mode is not enabled there is no output for
Processing accelerators
:
01:00.0 Ethernet controller: Xilinx Corporation Device 5084
01:00.1 Ethernet controller: Xilinx Corporation Device 5084
Chapter 6: Programming the X3522
UG1523 (v1.0) October 18, 2022
Alveo X3522 User Guide
51