History log of /freebsd-current/usr.sbin/mlx5tool/mlx5tool.8
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 3d265fce 09-Oct-2020 Gordon Bergling <gbe@FreeBSD.org>

Fix a few mandoc issues

- skipping paragraph macro: Pp after Sh
- sections out of conventional order: Sh EXAMPLES
- whitespace at end of input line
- normalizing date format


# 133fc15c 02-Oct-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Add the ability to query the EEPROM information in mlx5tool(8).

Submitted by: slavash@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# 998c9a2b 08-May-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Implement firmware reset from userspace in mlx5tool(8).

Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# ff08edcb 08-May-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Document userspace firmware flash in mlx5tool(8) and mlx5io(4).

Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# fc39af04 08-May-2019 Hans Petter Selasky <hselasky@FreeBSD.org>

Fix typo.

Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies


# e808190a 08-Mar-2018 Hans Petter Selasky <hselasky@FreeBSD.org>

Add kernel and userspace code to dump the firmware state of supported
ConnectX-4/5 devices in mlx5core.

The dump is obtained by reading a predefined register map from the
non-destructive crspace, accessible by the vendor-specific PCIe
capability (VSC). The dump is stored in preallocated kernel memory and
managed by the mlx5tool(8), which communicates with the driver using a
character device node.

The utility allows to store the dump in format
<address> <value>
into a file, to reset the dump content, and to manually initiate the
dump.

A call to mlx5_fwdump() should be added at the places where a dump
must be fetched automatically. The most likely place is right before a
firmware reset request.

Submitted by: kib@
MFC after: 1 week
Sponsored by: Mellanox Technologies