Merge branch 'bnxt_en-Updates-for-net-next'
authorJakub Kicinski <kuba@kernel.org>
Mon, 12 Oct 2020 21:42:55 +0000 (14:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 12 Oct 2020 21:42:55 +0000 (14:42 -0700)
Michael Chan says:

====================
bnxt_en: Updates for net-next.

This series contains these main changes:

1. Change of default message level to enable more logging.
2. Some cleanups related to processing async events from firmware.
3. Allow online ethtool selftest on multi-function PFs.
4. Return stored firmware version information to devlink.

v2:
Patch 3: Change bnxt_reset_task() to silent mode.
Patch 8 & 9: Ensure we copy NULL terminated fw strings to devlink.
Patch 8 & 9: Return directly after the last bnxt_dl_info_put() call.
Patch 9: If FW call to get stored dev info fails, return success to
         devlink without the stored versions.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge