Re: [PATCH V4 net-next 1/4] net: hns3: add command queue trace for hns3

From: Jijie Shao
Date: Tue Jan 09 2024 - 03:19:45 EST



on 2024/1/5 17:52, Jiri Pirko wrote:
Fri, Jan 05, 2024 at 02:01:16AM CET, shaojijie@xxxxxxxxxx wrote:
From: Hao Lan <lanhao@xxxxxxxxxx>

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 test case to facilitate the locating of
communication problems between the driver and firmware.
Use imperative mood in the patch desctiption so it is clear what is the
intention of the patch:
https://www.kernel.org/doc/html/v6.6/process/submitting-patches.html#describe-your-changes

Thanks, This patch desctiption will be rewritten in imperative mood in the next version.