]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ena: Store ticks of last Tx cleanup
authorDawid Gorecki <dgr@semihalf.com>
Fri, 10 Jun 2022 09:18:09 +0000 (11:18 +0200)
committerMarcin Wojtas <mw@FreeBSD.org>
Thu, 30 Jun 2022 15:31:44 +0000 (17:31 +0200)
commitd8aba82b5ca75f1a5bff609af141844c4fc9de70
tree64b8753c781a8bbb2a8638d6e815f055633e8b35
parent90232d18ca4f7a5a3073a8279a9b9d3228df5f87
ena: Store ticks of last Tx cleanup

Store timestamp of last cleanup in Tx ring structure. This does not
change anything during normal operation of the driver but could be
useful when the device fails for some reason.

Obtained from: Semihalf
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
sys/dev/ena/ena.c
sys/dev/ena/ena.h
sys/dev/ena/ena_datapath.c