]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ena: Move reset completion logging to the reset function
authorDawid Gorecki <dgr@semihalf.com>
Fri, 10 Jun 2022 09:17:53 +0000 (11:17 +0200)
committerMarcin Wojtas <mw@FreeBSD.org>
Thu, 30 Jun 2022 15:31:23 +0000 (17:31 +0200)
commitd209ffee155dd5e505f174a356c8f50c96ebf57e
tree943600425c014a4111348315381264979bf15b7a
parent3501d4f17e8cc0350b8deff671f9991cc7ac280c
ena: Move reset completion logging to the reset function

While ena_restore_device is called from the reset task, it can also be
called from other locations in the driver, for example in netmap
specific code. Move the reset completion logging to reset task, so it
better represents when the reset actually happened.

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