Merge branch 'support-some-features-for-the-hns3-ethernet-driver'
authorJakub Kicinski <kuba@kernel.org>
Sat, 13 Apr 2024 01:58:58 +0000 (18:58 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 13 Apr 2024 01:58:58 +0000 (18:58 -0700)
commit3743fda723f927f0744c4a8329c66218a6c01f57
tree4fdb65781edec357e01aec00541e6ad97cc6892a
parenta799de0e598583c18c03ce438648783b92c653de
parenta1e5de0d07a3b2db047fe8ba0063d129672f979a
Merge branch 'support-some-features-for-the-hns3-ethernet-driver'

Jijie Shao says:

====================
Support some features for the HNS3 ethernet driver

Currently, the hns3 driver does not have the trace
of the command queue. As a result, it is difficult to
locate the communication between the driver and firmware.
Therefore, the trace function of the command queue is
added in this patch set to facilitate the locating of
communication problems between the driver and firmware.

If a RAS occurs, the driver will automatically reset to attempt
to recover the RAS. Therefore, to locate the cause of the RAS,
it is necessary to save the values of some RAS-related registers
before the reset. So we added a patch in this patch set to
print these information.
====================

Link: https://lore.kernel.org/r/20240410125354.2177067-1-shaojijie@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>