]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixl: implement support for dumping NIC registers
authorPiotr Kubaj <pkubaj@FreeBSD.org>
Thu, 6 Jul 2023 23:45:44 +0000 (01:45 +0200)
committerPiotr Kubaj <pkubaj@FreeBSD.org>
Thu, 6 Jul 2023 23:45:44 +0000 (01:45 +0200)
commita146207d66f320ed239c1059de9df854b66b55b7
tree950b1b2099347bbfe374280636a6f26259f308fd
parent8579bf27d7d38bc1dc0e92b83b88e5a9f2dd4671
ixl: implement support for dumping NIC registers

To enable faster debug of customer issues Intel wants an end user to
gather information about PHY configuration and status to debug link and
connection issues in the field. For this reason the end user should
have possibility of obtaining PHYs registers values at runtime during
debugging.

Differential Revision: https://reviews.freebsd.org/D40354
Approved by: erj
sys/dev/ixl/i40e_register.h
sys/dev/ixl/ixl_pf_main.c