Man page - mlxmdio(1)
Packages contas this manual
- mdevices_info(1)
- minit(1)
- mlxphyburn(1)
- mst_ib_add.tcl(1)
- mlxvpd(1)
- mlxburn(1)
- i2c(1)
- flint(1)
- mlxmdio(1)
- mlxuptime(1)
- mlxcables(1)
- mlxconfig(1)
- mlxfwmanager(1)
- pckt_drop(1)
- fwtrace(1)
- mlxfwreset(1)
- mstop(1)
- mlxdump(1)
- mic(1)
- t2a(1)
- mlxi2c(1)
- mlxlink(1)
- mst(1)
- mlxreg(1)
- mlxtrace(1)
- mlxmcg(1)
- mcra(1)
- mtserver(1)
- mget_temp(1)
- wqdump(1)
- mremote(1)
- mstdump(1)
Package: mft
apt-get install mft
apt-get install mft
Manuals in package:
Documentations in package:
Manual
| MLXMDIO(1) | User Commands | MLXMDIO(1) |
NAME
mlxmdio - manual page for mlxmdio 4.19.0
DESCRIPTION
- mlxmdio: Generate an MDIO 802.3ae read or write transaction from the ConnectX based adapter.
- Usage: mlxmdio -d mst_dev -m phy_addr:dev_addr -g mdio_gw -a addr[:data] [-b data_file]
- -d
- mst device
- -m
- mdio_id The mdio id of the target device in phy_addr:dev_addr format.
- -a
- addr[:data] Access a single MDIO reg. If data is specified, the reg is written,
- Otherwise, it is read. Addr and data should be in hex format.
- 22: clause 22. 45: clause 45 (Default).
- -r
- size Read a block of <size> 16-bit words (max size 1024)
- -w
- input_file Write a block from <input_file>
- Every line of input file should be addr:data in hex
- Examples: > Read : mlxmdio -d /dev/mst/mt4123_pciconf0 -m 0x7:0x1 -a 0x0 -g 6 > Write : mlxmdio -d /dev/mst/mt4123_pciconf0 -m 0x7:0x1 -a 0x0:0x0124 -g 6 > Read Block : mlxmdio -d /dev/mst/mt4123_pciconf0 -m 0x7:0x1 -a 0x0 -g 6 -r 16 > Write Block : mlxmdio -d /dev/mst/mt4123_pciconf0 -m 0x7:0x1 -g 6 -w input.txt
SEE ALSO
The full documentation for mlxmdio is maintained as a Texinfo manual. If the info and mlxmdio programs are properly installed at your site, the command
- info mlxmdio
should give you access to the complete manual.
| January 2022 | mlxmdio 4.19.0 |